mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
ynh_secure_remove build dir
This commit is contained in:
parent
1c53345c7e
commit
374db7ec39
1 changed files with 3 additions and 0 deletions
|
@ -143,6 +143,9 @@ pushd "$install_dir/live/services/web"
|
|||
ynh_secure_remove --file="$install_dir/live/services/web/node_modules/.cache"
|
||||
popd
|
||||
|
||||
# remove build dir
|
||||
ynh_secure_remove "$install_dir/build"
|
||||
|
||||
chmod 750 "$install_dir/live"
|
||||
chmod -R o-rwx "$install_dir/live"
|
||||
chown -R $app:www-data "$install_dir/live"
|
||||
|
|
Loading…
Add table
Reference in a new issue