From d18833ffbcb51a68973c973175c6e522624685c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Einar=20J=C3=B8rgen=20Haraldseid?= Date: Tue, 14 Mar 2017 13:13:09 +0100 Subject: [PATCH 1/1] Derp, incorrect test for force flag --- addfollowmeprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2