SecondSonConsulting / Renew

A macOS script to encourage users to restart their workstations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Variable name in debug_message

otisbison opened this issue · comments

Renew/Renew.sh

Line 729 in 952476e

debug_message "DIALOG EXIT CODE: $dialgoExitCode."

Not sure how to properly format one of these messages..

dialgoExitCode should be dialogExitCode

This isn't a customization issue, it's a problem in the renew.sh file :) The variable name is incorrect

fixed for next release