14 lines
246 B
Bash
Executable file
14 lines
246 B
Bash
Executable file
#!/bin/bash
|
|
|
|
killall gunicorn
|
|
./run.sh & disown
|
|
sleep 1
|
|
DISPLAY=:0 xdotool key ctrl+F5
|
|
sleep 5
|
|
DISPLAY=:0 xdotool key ctrl+F5
|
|
sleep 10
|
|
DISPLAY=:0 xdotool key ctrl+F5
|
|
sleep 10
|
|
DISPLAY=:0 xdotool key ctrl+F5
|
|
sleep 10
|
|
DISPLAY=:0 xdotool key ctrl+F5
|