OSDN Git Service

remove old file
[instantos/instantOS.git] / rootinstall.sh
index 5811081..168d1b4 100755 (executable)
@@ -4,7 +4,7 @@
 ## installs all system wide tweaks for instantOS  ##
 ####################################################
 
-if ! [ $(whoami) = "root" ]; then
+if ! [ "$(whoami)" = "root" ]; then
     echo "please run this as root"
     exit 1
 fi