Initial commit
This commit is contained in:
8
bin/restart.sh
Executable file
8
bin/restart.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
dir=$(dirname "$0")
|
||||
|
||||
cd $dir
|
||||
|
||||
./stop.sh
|
||||
./start.sh
|
||||
Reference in New Issue
Block a user