mirror of
https://github.com/YunoHost-Apps/beehive_ynh.git
synced 2024-09-03 18:06:24 +02:00
Update upgrade
This commit is contained in:
parent
c76b8acdd8
commit
388e744311
1 changed files with 4 additions and 4 deletions
|
@ -89,12 +89,12 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
# UPDATE A CONFIG FILE
|
# UPDATE A CONFIG FILE
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Updating a configuration file..." --weight=1
|
# ynh_script_progression --message="Updating a configuration file..." --weight=1
|
||||||
|
|
||||||
ynh_add_config --template="../conf/beehive.conf" --destination="$final_path/beehive.conf"
|
#ynh_add_config --template="../conf/beehive.conf" --destination="$final_path/beehive.conf"
|
||||||
|
|
||||||
chmod 600 "$final_path/beehive.conf"
|
#chmod 600 "$final_path/beehive.conf"
|
||||||
chown $app:$app "$final_path/beehive.conf"
|
#chown $app:$app "$final_path/beehive.conf"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SYSTEMD
|
# SETUP SYSTEMD
|
||||||
|
|
Loading…
Reference in a new issue