main.json: update to update code ;-)

This commit is contained in:
Romain Bazile 2020-11-27 11:53:21 +01:00
parent 741f3b3000
commit f1b49e672b
2 changed files with 4 additions and 1 deletions

View file

@ -3774,7 +3774,7 @@
"id": "386ce65d.a15d52",
"type": "exec",
"z": "1371dec5.76e671",
"command": "/home/pi/PlanktoScope/scripts/bash/update.sh",
"command": "bash /home/pi/PlanktonScope/scripts/bash/update.sh",
"addpay": false,
"append": "",
"useSpawn": "false",

View file

@ -1,7 +1,10 @@
#!/bin/bash
log="logger -t update.sh -s "
${log} "Updating the main repository"
cd /home/pi/PlanktonScope
git stash
git pull
git checkout stash@{0} -- config.json hardware.json
${log} "Done!"