From fd741afc5a2e216ece2fb1e980bf5ebc5566817d Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Fri, 27 Nov 2020 12:45:49 +0100 Subject: [PATCH] update: add git stash drop --- scripts/bash/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bash/update.sh b/scripts/bash/update.sh index 2b3b49b..b35bf91 100755 --- a/scripts/bash/update.sh +++ b/scripts/bash/update.sh @@ -10,5 +10,6 @@ sudo killall -15 python3 git stash git pull git checkout stash@{0} -- config.json hardware.json +git stash drop sudo systemctl restart nodered.service ${log} "Done!" \ No newline at end of file