From 8d8418a6c0b118daa075434db3592243f7bd7a72 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 15 Nov 2023 16:21:44 +0100 Subject: [PATCH] fix disabling update notification settings --- abra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index b066de1..94e7f22 100644 --- a/abra.sh +++ b/abra.sh @@ -19,7 +19,7 @@ core_install(){ wp "site switch-language $LOCALE" wp "rewrite structure '/%year%/%monthnum%/%day%/%postname%/'" wp "plugin install --activate disable-update-notifications" - wp 'option update dwcun_setting on' + wp "option update disable_notification_setting --format=json '{\"dpun_setting\":false,\"dwtu_setting\":false,\"dwcun_setting\":true}'" if [ -n "$DEFAULT_USER_ROLE" ] then wp "option set default_role $DEFAULT_USER_ROLE"