1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2022-04-03 13:19:26 +02:00
parent 99da5967be
commit 3da57fc46e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -134,7 +134,7 @@ then
#=================================================
# UPGRADE BAIKAL CONFIGURATION
#=================================================
ynh_script_progression --message="Upgrading Baïkal configuration..." --weight=2
ynh_script_progression --message="Upgrading the configuration file..." --weight=2
if [ -z "$password_hash" ]; then
password=$(ynh_app_setting_get --app=$app --key=password)
@ -164,4 +164,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Upgrade of Baïkal completed" --last
ynh_script_progression --message="Upgrade of $app completed" --last