From c7a13a5260994e1f878cf722af143c9b19db8e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:55:35 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index fc2cf85..61646ec 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -32,6 +32,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]; then fi chown -R "$app:www-data" "$install_dir" +chmod +x "install_dir/cells" #================================================= # REAPPLY SYSTEM CONFIGURATIONS