mirror of
https://github.com/YunoHost-Apps/leed_ynh.git
synced 2024-09-03 19:26:32 +02:00
Typo fix
This commit is contained in:
parent
1b1b0a4b90
commit
efe3f3c734
3 changed files with 3 additions and 3 deletions
|
@ -142,7 +142,7 @@ ynh_systemd_action --action=reload --service_name=nginx
|
|||
#=================================================
|
||||
# DEACTIVE MAINTENANCE MODE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Deactive maintenance mode"
|
||||
ynh_script_progression --message="Disable maintenance mode"
|
||||
|
||||
path_url=$old_path
|
||||
domain=$old_domain
|
||||
|
|
|
@ -119,7 +119,7 @@ ynh_systemd_action --action=reload --service_name=nginx
|
|||
#=================================================
|
||||
# DEACTIVE MAINTENANCE MODE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Deactive maintenance mode" --weight=2
|
||||
ynh_script_progression --message="Disable maintenance mode" --weight=2
|
||||
|
||||
ynh_maintenance_mode_OFF
|
||||
|
||||
|
|
|
@ -241,7 +241,7 @@ ynh_systemd_action --action=reload --service_name=nginx
|
|||
#=================================================
|
||||
# DEACTIVE MAINTENANCE MODE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Deactive maintenance mode"
|
||||
ynh_script_progression --message="Disable maintenance mode"
|
||||
|
||||
ynh_maintenance_mode_OFF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue