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:
parent
ecda66fa15
commit
9ffd49f128
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue