mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Update multi-php-install.sh
This commit is contained in:
parent
f344c0b1d5
commit
f39dc8edce
1 changed files with 4 additions and 0 deletions
|
@ -365,6 +365,8 @@ fi
|
|||
if [ -f "/usr/share/phpgate/phpgate.php" ]; then
|
||||
echo "=== upgrading phpgate"
|
||||
/usr/local/vesta/bin/v-commander 'm' 'inst pgw' 'q'
|
||||
echo "=== upgrading phpgate done."
|
||||
echo ""
|
||||
fi
|
||||
|
||||
if [ -f "/usr/local/bin/tailf_apache_error.php" ]; then
|
||||
|
@ -383,4 +385,6 @@ if [ -f "/usr/local/bin/tailf_apache_error.php" ]; then
|
|||
# ps -Af | grep 'tailf_apache_error' | grep -v "grep tailf_apache_error"
|
||||
# sleep 1
|
||||
nohup php /usr/local/bin/tailf_apache_error.php > /var/log/tailf_apache_error.log &
|
||||
echo "=== upgrading tailf_apache_error.php done."
|
||||
echo ""
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue