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