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:
parent
5a099b6bb5
commit
ccd18ee0b8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue