mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
add a line require on config.local.php configuration file to read /data/config.local.user.php
This commit is contained in:
parent
5ac9efe012
commit
cb8f6db252
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ fi
|
|||
if [ ! -f "$data_dir/data/config.local.user.php" ]; then
|
||||
ynh_add_config --template="config.local.user.php" --destination="$data_dir/data/config.local.user.php"
|
||||
chmod 650 "$data_dir/data/config.local.user.php"
|
||||
chown $app:$app "$data_dir/data/config.local.user.php"
|
||||
chown $app:www-data "$data_dir/data/config.local.user.php"
|
||||
echo'
|
||||
/**
|
||||
* Chemin vers le fichier pour des configurations personnelles
|
||||
|
|
Loading…
Add table
Reference in a new issue