getting changes from cakelampvm
[feisty_meow.git] / scripts / site_avenger / standup.sh
index 47e1aeecf8f5ae989b3339189a044a32e95dea2e..56684b9cefd8d3bbdc06bb433f6345cb05be7d71 100644 (file)
@@ -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