mirror of
https://github.com/mtan93/auocloud-auowp.git
synced 2026-02-03 12:43:24 +00:00
Update upgrade.sh
This commit is contained in:
@@ -8,7 +8,7 @@ echo Deactivating Old Workers
|
|||||||
echo
|
echo
|
||||||
wp plugin deactivate worker --path=$HMEPATH/public_html/ && wp plugin delete worker --path=$HMEPATH/public_html/
|
wp plugin deactivate worker --path=$HMEPATH/public_html/ && wp plugin delete worker --path=$HMEPATH/public_html/
|
||||||
wp plugin deactivate auocloudworker --path=$HMEPATH/public_html/ && wp plugin delete auocloudworker --path=$HMEPATH/public_html/
|
wp plugin deactivate auocloudworker --path=$HMEPATH/public_html/ && wp plugin delete auocloudworker --path=$HMEPATH/public_html/
|
||||||
sleeps 1s
|
sleep 1s
|
||||||
echo Installing New Workers
|
echo Installing New Workers
|
||||||
wp plugin install https://downloads.wordpress.org/plugin/mainwp-child.4.0.7.1.zip --path=$HMEPATH/public_html/
|
wp plugin install https://downloads.wordpress.org/plugin/mainwp-child.4.0.7.1.zip --path=$HMEPATH/public_html/
|
||||||
wp plugin activate mainwp-child --path=$HMEPATH/public_html/
|
wp plugin activate mainwp-child --path=$HMEPATH/public_html/
|
||||||
|
|||||||
Reference in New Issue
Block a user