Skip to content

Commit

Permalink
Update Renew.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BigMacAdmin committed Dec 18, 2022
1 parent 7f40490 commit 57fa923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Renew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ scriptVersion="Beta 0.1.12"
function check_not_root()
{

# check we are running as root
# check we are NOT running as root
if [[ $(id -u) = 0 ]]; then
echo "ERROR: This script should never be run as root **EXITING**"
exit 1
Expand Down

0 comments on commit 57fa923

Please sign in to comment.