diff --git a/docker/install-scrypted-dependencies-linux.sh b/docker/install-scrypted-dependencies-linux.sh index 0fd7f7bda..84ccd2bcc 100755 --- a/docker/install-scrypted-dependencies-linux.sh +++ b/docker/install-scrypted-dependencies-linux.sh @@ -6,11 +6,10 @@ then exit 1 fi -set -x - # bad hack to run a dockerfile like a shell script. RUN() { + echo "Running: $@" $@ if [ "$?" != "0" ] then diff --git a/docker/install-scrypted-dependencies-mac.sh b/docker/install-scrypted-dependencies-mac.sh index ed7696009..b43ce72eb 100755 --- a/docker/install-scrypted-dependencies-mac.sh +++ b/docker/install-scrypted-dependencies-mac.sh @@ -56,7 +56,7 @@ then fi -RUN cat < ~/Library/LaunchAgents/app.scrypted.server.plist +cat < ~/Library/LaunchAgents/app.scrypted.server.plist