mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Update upgrade
keep config file
This commit is contained in:
parent
9f642f6014
commit
6d199c674a
1 changed files with 4 additions and 4 deletions
|
@ -74,13 +74,13 @@ chmod 644 "/etc/cron.d/$app"
|
|||
#=================================================
|
||||
# UPDATE A CONFIG FILE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Updating a configuration file..." --weight=5
|
||||
#ynh_script_progression --message="Updating a configuration file..." --weight=5
|
||||
|
||||
# Install configuration files
|
||||
ynh_add_config --template="config.local.php" --destination="$install_dir/config.local.php"
|
||||
#ynh_add_config --template="config.local.php" --destination="$install_dir/config.local.php"
|
||||
|
||||
chmod 650 "$install_dir/config.local.php"
|
||||
chown $app:$app "$install_dir/config.local.php"
|
||||
#chmod 650 "$install_dir/config.local.php"
|
||||
#chown $app:$app "$install_dir/config.local.php"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Add table
Reference in a new issue