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:
parent
0c8462aa63
commit
9606ac52b2
1 changed files with 9 additions and 9 deletions
|
@ -162,16 +162,16 @@ ynh_add_nginx_config
|
||||||
|
|
||||||
# We keep this to allow upgrade the config file in case it needs to be changed.
|
# We keep this to allow upgrade the config file in case it needs to be changed.
|
||||||
|
|
||||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
#if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
#then
|
||||||
ynh_script_progression --message="Upgrading the configuration file..." --weight=2
|
# ynh_script_progression --message="Upgrading the configuration file..." --weight=2
|
||||||
|
|
||||||
timezone=$(cat /etc/timezone)
|
# timezone=$(cat /etc/timezone)
|
||||||
path=${path_url%/}
|
# path=${path_url%/}
|
||||||
ynh_add_config --template="../conf/baikal.yaml" --destination="$final_path/config/baikal.yaml"
|
# ynh_add_config --template="../conf/baikal.yaml" --destination="$final_path/config/baikal.yaml"
|
||||||
chown $app: "$final_path/config/baikal.yaml"
|
# chown $app: "$final_path/config/baikal.yaml"
|
||||||
chmod 640 "$final_path/config/baikal.yaml"
|
# chmod 640 "$final_path/config/baikal.yaml"
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue