1
0
Fork 0
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:
Sebastian Gumprich 2020-05-02 20:20:47 +02:00
parent b23f0a7a27
commit d454410ca2

View file

@ -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
#=================================================