1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00

Update install

This commit is contained in:
ericgaspar 2022-04-14 11:08:05 +02:00
parent dd1efabc15
commit 68ef38d486
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -135,12 +135,12 @@ ynh_add_fpm_config --usage=low --footprint=low
# =================================================
# MODIFY A CONFIG FILE
# =================================================
ynh_script_progression --message="Modifying $app config file..."
# ynh_script_progression --message="Modifying $app config file..."
ynh_add_config --template="../conf/noalyss.conf" --destination="$final_path/include/config.inc.php"
# ynh_add_config --template="../conf/noalyss.conf" --destination="$final_path/include/config.inc.php"
chmod 400 "$final_path/include/config.inc.php"
chown $app:$app "$final_path/include/config.inc.php"
# chmod 400 "$final_path/include/config.inc.php"
# chown $app:$app "$final_path/include/config.inc.php"
#=================================================
# SETUP LOGROTATE