From 0239e07257b114509d3c740fb409c4690f13efe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:34:15 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index edcb55e..c17cae6 100755 --- a/scripts/install +++ b/scripts/install @@ -35,6 +35,7 @@ touch $install_dir/.ssh/authorized_keys && chmod 600 $install_dir/.ssh/authorize mkdir $install_dir/repos && chmod 700 $install_dir/repos chown -R $app:www-data "$install_dir" +chmod 700 $install_dir/app/helpers/shells/* #================================================= # SYSTEM CONFIGURATION