cammiechat/restart.sh

7 lines
82 B
Bash
Executable File

#!/bin/bash
killall gunicorn
./run.sh & disown
sleep 1
DISPLAY=:0 xdotool key F5