update: add git stash drop

This commit is contained in:
Romain Bazile 2020-11-27 12:45:49 +01:00
parent ac2d44a24e
commit fd741afc5a

View file

@ -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!"