mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
seems need this to keep the folder
This commit is contained in:
parent
9ff39fb02d
commit
5cc22ad7b6
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ if [ ! -d "$data_dir/data/local_addresses" ]; then
|
|||
mkdir "$data_dir/data/local_addresses"
|
||||
chmod 770 "$data_dir/data/local_addresses"
|
||||
chown -R $app:www-data "$data_dir/data/local_addresses"
|
||||
else
|
||||
chown -R $app:www-data "$data_dir/data/local_addresses"
|
||||
chown $app:www-data "$data_dir/data/local_addresses"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue