updated start/stop scripts to run form /etc/rc.local (without sudo)
[oweals/finalsclub.git] / restart
1 #!/bin/bash
2
3 ./stop
4 sleep 1
5 ./start
6