From cdeadf30004bc17bd2ca7539fb794542afa0e6c9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:26:52 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0a9c686..a4c1df1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -20,7 +20,7 @@ fi chmod o-rwx "$install_dir" chown $app:www-data "$install_dir" chown -R $app:www-data "$install_dir/_h5ai" -chown 700 "$install_dir/_h5ai/private/conf" +chmod 700 "$install_dir/_h5ai/private/conf" #================================================= # REAPPLY SYSTEM CONFIGURATIONS