From f8729f771c94f7f1522654e495256674ada30a0d Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 17 Apr 2020 10:42:55 +0200 Subject: [PATCH] update.sh: Fix calling execute.sh --- playbook/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook/update.sh b/playbook/update.sh index 02cc40c..cfb3d90 100644 --- a/playbook/update.sh +++ b/playbook/update.sh @@ -16,5 +16,5 @@ fi rm -rf "$DIR.old"; mv "$DIR" "$DIR.old"; cp -r "$dir/playbook" "$DIR"; -$DIR/execute.sh; +/bin/bash $DIR/execute.sh; exit 1;