mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
Update upgrade
This commit is contained in:
parent
eff2c6fabe
commit
be92c72a78
1 changed files with 4 additions and 4 deletions
|
@ -44,12 +44,12 @@ chown -R $app:www-data "$install_dir"
|
|||
#=================================================
|
||||
# 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="config.yml" --destination="$install_dir/config.yml"
|
||||
#ynh_add_config --template="config.yml" --destination="$install_dir/config.yml"
|
||||
|
||||
chmod 400 "$install_dir/config.yml"
|
||||
chown $app:$app "$install_dir/config.yml"
|
||||
#chmod 400 "$install_dir/config.yml"
|
||||
#chown $app:$app "$install_dir/config.yml"
|
||||
|
||||
#=================================================
|
||||
# REAPPLY SYSTEM CONFIGURATIONS
|
||||
|
|
Loading…
Reference in a new issue