mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Update scripts/config
Co-authored-by: tituspijean <titus@pijean.ovh>
This commit is contained in:
parent
ca4dbc0f3d
commit
df278e0616
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ set__maintenance_mode() {
|
|||
elif [ "$maintenance_mode" -eq "0" ]; then
|
||||
# If maintenance_mode was set to 0, disable maintenance mode
|
||||
ynh_secure_remove --file=$install_dir/.maintenance
|
||||
ynh_print_info "Maintenance mode enabled"
|
||||
ynh_print_info "Maintenance mode disabled"
|
||||
fi
|
||||
ynh_app_setting_set --app=$app --key=maintenance_mode --value="$maintenance_mode"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue