From dee4e40a6fa2f2c4118694e29e6e3f209f0e04a4 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Wed, 6 Apr 2022 08:52:42 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 3c6d4f5..7be39ad 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -195,6 +195,12 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" chown root: "/etc/cron.d/$app" chmod 644 "/etc/cron.d/$app" +#================================================= +# SECURE FILES AND DIRECTORIES +#================================================= + +set_permissions + #================================================= # RELOAD NGINX #=================================================