Compare commits

...
Author SHA1 Message Date
moritz 3c0b4d2ebd fix enable_auto_updates exit code
continuous-integration/drone/push Build is failing
2026-08-26 15:56:16 +02:00
+1 -1
View File
@@ -46,7 +46,7 @@ enable_auto_updates(){
wp "plugin uninstall disable-update-notifications --allow-root"
wp "option delete disable_notification_setting --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(){