mirror of
https://github.com/YunoHost-Apps/hat_ynh.git
synced 2024-09-03 19:16:04 +02:00
Update install
This commit is contained in:
parent
b3dc8700e7
commit
f6578f0522
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ pushd $install_dir
|
|||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npm run build
|
||||
popd
|
||||
|
||||
chmod -R 750 "$install_dir"
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue