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