We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nextcloud_occ_no_check
1 parent d217f66 commit 2fb9b2cCopy full SHA for 2fb9b2c
nextcloud_update.sh
@@ -1237,9 +1237,9 @@ then
1237
fi
1238
if [ "${CURRENTVERSION%%.*}" -ge "22" ]
1239
then
1240
- if ! nextcloud_occ config:system:get maintenance_window_start
+ if [ -z "$(nextcloud_occ_no_check config:system:get maintenance_window_start)" ];
1241
1242
- nextcloud_occ config:system:set maintenance_window_start --type=integer --value=2
+ nextcloud_occ config:system:set maintenance_window_start --type=integer --value=100
1243
1244
1245
if [ "${CURRENTVERSION%%.*}" -ge "23" ]
0 commit comments