10 lines
139 B
Bash
Executable File
10 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /var/www/www.freeplanet_server
|
|
./startpm2.sh
|
|
|
|
cd /var/www/test.freeplanet_server
|
|
./startpm2.test.sh
|
|
sleep 5
|
|
./statuspm2.sh
|