1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update upgrade

remove the reinstall of the file config.local.php present
This commit is contained in:
Robles Rodolphe 2023-12-17 22:17:51 +01:00 committed by GitHub
parent fe7101b5b1
commit 7c82c74c25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,15 +62,7 @@ chmod 644 "/etc/cron.d/$app"
#=================================================
# SPECIFIC UPGRADE
#=================================================
# UPDATE A CONFIG FILE
#=================================================
#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"
#chmod 650 "$install_dir/config.local.php"
#chown $app:$app "$install_dir/config.local.php"
#=================================================
# END OF SCRIPT