mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
change group of specific files on install
This commit is contained in:
parent
b23f0a7a27
commit
d454410ca2
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ ynh_replace_string --match_string="__PHANTOMJS_KEY__" --replace_string="$(ynh_st
|
|||
chown -R root: $final_path
|
||||
|
||||
chmod -R 755 $final_path/storage
|
||||
chown -R $app $final_path/storage $final_path/bootstrap $final_path/public/logo $final_path/.env
|
||||
chown -R $app: $final_path/storage $final_path/bootstrap $final_path/public/logo $final_path/.env
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue