mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
Typo fix
This commit is contained in:
parent
3f0d2b1235
commit
335c300cdd
3 changed files with 3 additions and 3 deletions
|
@ -155,7 +155,7 @@ ynh_systemd_action --action=reload --service_name=nginx
|
|||
#=================================================
|
||||
# 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
|
||||
|
|
|
@ -135,7 +135,7 @@ ynh_systemd_action --action=restart --line_match="Jenkins is fully up and runnin
|
|||
#=================================================
|
||||
# DEACTIVE MAINTENANCE MODE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Deactive maintenance mode" --weight=8
|
||||
ynh_script_progression --message="Disable maintenance mode" --weight=8
|
||||
|
||||
ynh_maintenance_mode_OFF
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ wget -nv --no-check-certificate https://$domain$path_url/jnlpJars/jenkins-cli.ja
|
|||
#=================================================
|
||||
# DEACTIVE MAINTENANCE MODE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Deactive maintenance mode" --weight=6
|
||||
ynh_script_progression --message="Disable maintenance mode" --weight=6
|
||||
|
||||
ynh_maintenance_mode_OFF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue