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:
parent
dd1efabc15
commit
68ef38d486
1 changed files with 4 additions and 4 deletions
|
@ -135,12 +135,12 @@ ynh_add_fpm_config --usage=low --footprint=low
|
||||||
# =================================================
|
# =================================================
|
||||||
# MODIFY A CONFIG FILE
|
# 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"
|
# chmod 400 "$final_path/include/config.inc.php"
|
||||||
chown $app:$app "$final_path/include/config.inc.php"
|
# chown $app:$app "$final_path/include/config.inc.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP LOGROTATE
|
# SETUP LOGROTATE
|
||||||
|
|
Loading…
Reference in a new issue