mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
Typo fix
This commit is contained in:
parent
827de3dfe6
commit
5ebc66ef88
3 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@ ynh_systemd_action --action=restart --line_match="Manager.*started" --log_path="
|
|||
#=================================================
|
||||
# DEACTIVE MAINTENANCE MODE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Deactive maintenance mode" --weight=5
|
||||
ynh_script_progression --message="Disable maintenance mode" --weight=5
|
||||
|
||||
path_url=$old_path
|
||||
domain=$old_domain
|
||||
|
|
|
@ -143,7 +143,7 @@ ynh_systemd_action --action=restart --line_match="Manager.*started" --log_path="
|
|||
#=================================================
|
||||
# DEACTIVE MAINTENANCE MODE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Deactive maintenance mode" --weight=7
|
||||
ynh_script_progression --message="Disable maintenance mode" --weight=7
|
||||
|
||||
ynh_maintenance_mode_OFF
|
||||
|
||||
|
|
|
@ -275,7 +275,7 @@ ynh_systemd_action --action=restart --line_match="Manager.*started" --log_path="
|
|||
#=================================================
|
||||
# DEACTIVE MAINTENANCE MODE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Deactive maintenance mode" --weight=7
|
||||
ynh_script_progression --message="Disable maintenance mode" --weight=7
|
||||
|
||||
ynh_maintenance_mode_OFF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue