Merge pull request 'Fix reboot on Wittgenstein' (#445) from wittgenstein-reboot into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#445 Reviewed-by: dkdent <dkdent@netz39.de>
This commit is contained in:
commit
f61ba6c46e
1 changed files with 1 additions and 4 deletions
|
@ -13,10 +13,7 @@ sleep 30
|
||||||
|
|
||||||
cd /home/pi
|
cd /home/pi
|
||||||
echo 'start ampel controller'
|
echo 'start ampel controller'
|
||||||
tmux new-session -s ampel 'cd /home/pi/netz39_space_notification/raspberry/ledcontrol && ./ledcontrol'
|
tmux new-session -s ampel -d 'cd /home/pi/netz39_space_notification/raspberry/ledcontrol && ./ledcontrol'
|
||||||
|
|
||||||
echo 'start lever controller'
|
echo 'start lever controller'
|
||||||
tmux new-window -t ampel:1 'cd /home/pi/netz39_space_notification/raspberry/statusswitch && ./statusswitch'
|
tmux new-window -t ampel:1 'cd /home/pi/netz39_space_notification/raspberry/statusswitch && ./statusswitch'
|
||||||
|
|
||||||
#echo 'start spaceapi controller'
|
|
||||||
#tmux new-window -t ampel:2 'cd /home/pi/netz39_space_notification/SpaceAPI && ./update-json.py --server=platon'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue