From: Einar Jørgen Haraldseid Date: Tue, 14 Mar 2017 12:13:09 +0000 (+0100) Subject: Derp, incorrect test for force flag X-Git-Url: https://git.slaskete.net/einar-bin/commitdiff_plain/d18833ffbcb51a68973c973175c6e522624685c2?ds=sidebyside Derp, incorrect test for force flag --- diff --git a/addfollowmeprint.sh b/addfollowmeprint.sh index 7dce648..915d0a1 100755 --- a/addfollowmeprint.sh +++ b/addfollowmeprint.sh @@ -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