Derp, incorrect test for force flag
[einar-bin] / addfollowmeprint.sh
index 7dce648335ddae6009bd1df1311722f7edcd0d02..915d0a1f5eec0c8608130713120dcf4867f0dc1e 100755 (executable)
@@ -80,7 +80,7 @@ if [ "${Uname}" != "darwin" ] && [ "${Uname}" != "linux" ] && [ "${Force}" != "Y
 fi
 
 # Set Uname to linux if we are forcing running the script
-if [ "${Force}" != "YES" ]; then
+if [ "${Force}" = "YES" ]; then
   Uname="linux"
 fi