From 3c0b4d2ebd73d4bb75ffc1ebc3928f8f7e632975 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 26 Aug 2026 15:56:16 +0200 Subject: [PATCH] fix enable_auto_updates exit code --- abra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index c87ee52..1d703bb 100644 --- a/abra.sh +++ b/abra.sh @@ -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(){