1
0
Fork 0
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:
Éric Gaspar 2023-05-22 22:02:16 +02:00
parent b3dc8700e7
commit f6578f0522

View file

@ -49,6 +49,10 @@ pushd $install_dir
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npm run build ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npm run build
popd popd
chmod -R 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD
#================================================= #=================================================