2018-12-04 20:07:17 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
killall gunicorn
|
2018-12-04 21:01:57 +01:00
|
|
|
./run.sh & disown
|
2018-12-04 20:07:17 +01:00
|
|
|
sleep 1
|
2020-01-10 17:23:10 +01:00
|
|
|
DISPLAY=:0 xdotool key ctrl+F5
|
2019-10-08 01:36:24 +02:00
|
|
|
sleep 5
|
2020-01-10 17:23:10 +01:00
|
|
|
DISPLAY=:0 xdotool key ctrl+F5
|
2019-10-08 01:36:24 +02:00
|
|
|
sleep 10
|
2020-01-10 17:23:10 +01:00
|
|
|
DISPLAY=:0 xdotool key ctrl+F5
|
2019-10-08 01:36:24 +02:00
|
|
|
sleep 10
|
2020-01-10 17:23:10 +01:00
|
|
|
DISPLAY=:0 xdotool key ctrl+F5
|
2019-10-08 01:36:24 +02:00
|
|
|
sleep 10
|
2020-01-10 17:23:10 +01:00
|
|
|
DISPLAY=:0 xdotool key ctrl+F5
|