mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
Fix permission
This commit is contained in:
parent
daa5a67fef
commit
0dea66feb0
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ chmod 400 "$install_dir/config.conf"
|
|||
ynh_add_config --template="client.json" --destination="$install_dir/www/static/client.json"
|
||||
chmod 400 "$install_dir/www/static/client.json"
|
||||
|
||||
chmod 750 "$install_dir"
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue