mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Update upgrade
This commit is contained in:
parent
c56f558fac
commit
0671134f5f
1 changed files with 4 additions and 4 deletions
|
@ -122,12 +122,12 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
# CONFIGURATION UPGRADE
|
||||
#=================================================
|
||||
#ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||
|
||||
#ynh_add_config --template="../conf/config.php" --destination="$final_path/config.php"
|
||||
ynh_add_config --template="../conf/config.php" --destination="$final_path/config.php"
|
||||
|
||||
#chmod 400 "$final_path/config.php"
|
||||
#chown $app:$app "$final_path/config.php"
|
||||
chmod 400 "$final_path/config.php"
|
||||
chown $app:$app "$final_path/config.php"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Reference in a new issue