From 93a7b5658d48d20821f699e29b61e0657a2cfd24 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Thu, 3 Dec 2020 18:07:50 +0100 Subject: [PATCH] update: another typo, time to stop and go home --- scripts/bash/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bash/update.sh b/scripts/bash/update.sh index 139959e..ecc9644 100755 --- a/scripts/bash/update.sh +++ b/scripts/bash/update.sh @@ -19,7 +19,7 @@ function special(){ if [[ -f "/etc/udev/rules.d/99-local.rules" ]]; then sudo rm /etc/udev/rules.d/99-local.rules fi - if ! [ -x "$(hash thumbsup &> /dev/null)" ] ; then + if ! hash thumbsup &> /dev/null ; then ${log} "thumbsup is not installed, installing now" sudo chown -R pi:pi /usr/lib/node_modules/ sudo chown pi:pi /usr/bin