You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
352 B
8 lines
352 B
[disable_maintenance]
|
|
name = "Disable the maintenance mode of Nextcloud"
|
|
command = "/bin/bash scripts/actions/disable_maintenance"
|
|
# user = "root" # optional
|
|
# cwd = "/" # optional
|
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
|
accepted_return_codes = [0]
|
|
description = "Disable the maintenance mode of Nextcloud if you're stuck after an upgrade"
|