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

Update install

This commit is contained in:
ericgaspar 2021-07-17 12:20:08 +02:00
parent 769d99f95c
commit de35585bbc
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -101,7 +101,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
# MODIFY A CONFIG FILE
#=================================================
ynh_add_config --template="$final_path/config.php.sample" --destination="$final_path/config.php"
ynh_add_config --template="../conf/config.php.sample" --destination="$final_path/config.php"
chmod 400 "$final_path/config.php"
chown $app "$final_path/config.php"