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", "id": "386ce65d.a15d52",
"type": "exec", "type": "exec",
"z": "1371dec5.76e671", "z": "1371dec5.76e671",
"command": "/home/pi/PlanktoScope/scripts/bash/update.sh", "command": "bash /home/pi/PlanktonScope/scripts/bash/update.sh",
"addpay": false, "addpay": false,
"append": "", "append": "",
"useSpawn": "false", "useSpawn": "false",

View file

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