1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2022-04-08 12:58:37 +02:00
parent 5a099b6bb5
commit ccd18ee0b8
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -131,10 +131,10 @@ ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_
# MODIFY A CONFIG FILE
#=================================================
#ynh_add_config --template="../conf/config-dist.php" --destination="$final_path/data/config.php"
ynh_add_config --template="../conf/config-dist.php" --destination="$final_path/data/config.php"
#chmod 400 "$final_path/data/config.php"
#chown $app "$final_path/data/config.php"
chmod 400 "$final_path/data/config.php"
chown $app "$final_path/data/config.php"
#=================================================
# RELOAD NGINX