Added scripts for the Server.
This commit is contained in:
9
scripts/production_restart_server.sh
Executable file
9
scripts/production_restart_server.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /var/www/www.freeplanet_server
|
||||
./startpm2.sh
|
||||
|
||||
cd /var/www/test.freeplanet_server
|
||||
./startpm2.test.sh
|
||||
sleep 5
|
||||
./statuspm2.sh
|
||||
Reference in New Issue
Block a user