mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
keep also new folder local_adresses con the home directory
This commit is contained in:
parent
9b0da2d97b
commit
95110ad66e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ if [ ! -d "$data_dir/data/local_addresses" ]; then
|
|||
ynh_script_progression --message="Adding a configuration directory..." --weight=5
|
||||
mkdir "$data_dir/data//local_addresses"
|
||||
chmod 770 "$data_dir/data/local_addresses"
|
||||
chown $app:www-data "$data_dir/data/config.local.user.php"
|
||||
chown $app:www-data "$data_dir/data/local_addresses"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue