Skip to content

Commit

Permalink
sudo mv and include multiline indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed May 19, 2024
1 parent 1197134 commit e9f7a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
echo "Start on boot"
sudo cat /etc/rc.local
sudo sed '/^exit 0/i \
bash /home/pi/code/github/dbieber/GoNoteGo/scripts/install_settings.sh
/home/pi/code/github/dbieber/GoNoteGo/env/bin/supervisord -c /home/pi/code/github/dbieber/GoNoteGo/gonotego/supervisord.conf
' /etc/rc.local > ./rc.local.modified && mv ./rc.local.modified /etc/rc.local
bash /home/pi/code/github/dbieber/GoNoteGo/scripts/install_settings.sh \
/home/pi/code/github/dbieber/GoNoteGo/env/bin/supervisord -c /home/pi/code/github/dbieber/GoNoteGo/gonotego/supervisord.conf \
' /etc/rc.local > ./rc.local.modified && sudo mv ./rc.local.modified /etc/rc.local
sudo chmod +x /etc/rc.local
echo "Setting up Go Note Go:"
Expand Down

0 comments on commit e9f7a27

Please sign in to comment.