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 committed by BenoitCier
parent ecda66fa15
commit 9ffd49f128

View file

@ -101,7 +101,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
# MODIFY A CONFIG FILE # 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" chmod 400 "$final_path/config.php"
chown $app "$final_path/config.php" chown $app "$final_path/config.php"