X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fstandup.sh;h=56684b9cefd8d3bbdc06bb433f6345cb05be7d71;hb=5af202498131eb5eed099b84187e59889303faa8;hp=47e1aeecf8f5ae989b3339189a044a32e95dea2e;hpb=a4d12589f1cd01826814842cde0b3eac95890bc9;p=feisty_meow.git diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index 47e1aeec..56684b9c 100644 --- a/scripts/site_avenger/standup.sh +++ b/scripts/site_avenger/standup.sh @@ -47,7 +47,7 @@ elif [ -z "$app_dirname" ]; then print_instructions fi -if (( $EUID != 0 )); then +if [[ $EUID != 0 ]]; then echo "This script must be run as root or sudo." exit 1 fi