1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00
This commit is contained in:
Maniack Crudelis 2019-01-31 12:08:37 +01:00
parent 3f0d2b1235
commit 335c300cdd
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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