fix enable_auto_updates exit code
This commit is contained in:
@@ -46,7 +46,7 @@ enable_auto_updates(){
|
|||||||
wp "plugin uninstall disable-update-notifications --allow-root"
|
wp "plugin uninstall disable-update-notifications --allow-root"
|
||||||
wp "option delete disable_notification_setting --allow-root"
|
wp "option delete disable_notification_setting --allow-root"
|
||||||
wp "plugin auto-updates enable --all --allow-root"
|
wp "plugin auto-updates enable --all --allow-root"
|
||||||
wp "theme auto-updates enable --all --allow-root"
|
wp "theme auto-updates enable --all --allow-root" || true
|
||||||
}
|
}
|
||||||
|
|
||||||
disable_auto_updates(){
|
disable_auto_updates(){
|
||||||
|
|||||||
Reference in New Issue
Block a user