mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
6f3eee90bb
Intermediate commits (oldest → newest): - Merge branch 'main' of https://github.com/migatu/conjurer - Restart radio script - Radio restart serverside - Merge branch 'main' of https://github.com/migatu/conjurer - Typo fix ,
4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
sshpass -p raspberry ssh pi@192.168.1.15 << 'ENDSSH'
|
|
sudo reboot
|
|
ENDSSH
|