diff --git a/upgrade.sh b/upgrade.sh index 300068f..de25d3a 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -8,7 +8,7 @@ echo Deactivating Old Workers echo 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/ -sleeps 1s +sleep 1s 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 activate mainwp-child --path=$HMEPATH/public_html/