mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Merge branch 'testing' into 1.1.16
This commit is contained in:
commit
4f633cc813
1 changed files with 3 additions and 3 deletions
|
@ -141,9 +141,9 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Reconfiguring $app..." --weight=2
|
ynh_script_progression --message="Reconfiguring $app..." --weight=2
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.php" --destination="$final_path/app/inc/config.php"
|
ynh_add_config --template="../conf/config.php" --destination="$final_path/app/inc/config.php"
|
||||||
chmod 400 "$final_path/app/inc/config.php"
|
chmod 400 "$final_path/app/inc/config.php"
|
||||||
chown $app:$app "$final_path/app/inc/config.php"
|
chown $app:$app "$final_path/app/inc/config.php"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue