summaryrefslogtreecommitdiffstats
path: root/domoticz
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-12 16:35:08 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-12 16:35:08 +0000
commita1fd955e6ee68061a8f1ff7ddaec0e739f4bf2a9 (patch)
tree263062c53aa8770bd2cb5862ec10002b749b5905 /domoticz
parent9eda6c1136c87348a386b5eed6d258bdcb95b9d4 (diff)
downloadasb-a1fd955e6ee68061a8f1ff7ddaec0e739f4bf2a9.tar.gz
asb-a1fd955e6ee68061a8f1ff7ddaec0e739f4bf2a9.tar.xz
domoticz: fix a small logic error in the script
Diffstat (limited to 'domoticz')
-rwxr-xr-xdomoticz/build/domoticz.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/domoticz/build/domoticz.SlackBuild b/domoticz/build/domoticz.SlackBuild
index e5b618c1..e1cd3b02 100755
--- a/domoticz/build/domoticz.SlackBuild
+++ b/domoticz/build/domoticz.SlackBuild
@@ -66,7 +66,7 @@ else
DO_OLDSLACK='YES'
fi
-if [ "$P1" == "--download" ]; then
+if [ "$P1" != "--download" ]; then
# User and group must be present on build system:
if ! getent passwd domoticz 1>/dev/null 2>/dev/null; then
printf "\n\tYou must have a 'domoticz' user and group to run this script:\n"