From f713469f6eb82b3e0ae09e423b8180050ef4e549 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Wed, 13 Nov 2024 19:52:23 +0100 Subject: [PATCH] Updated permissions for all binary files --- installer/installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index e992b3b..94b18a8 100644 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -80,7 +80,8 @@ install_files() { cp -pr $DOWNLOAD_DIR/bin/* $INSTALL_DIR/bin/ cp -pr $DOWNLOAD_DIR/etc/* $INSTALL_DIR/etc/ cp -pr $DOWNLOAD_DIR/api/* $INSTALL_DIR/api/ - chown -R $OGUSER:$OGUSER $INSTALL_DIR + chown -R $OGUSER:$OGUSER $INSTALL_DIR + chmod 755 $INSTALL_DIR/bin/* echo IPlocal="$REPO_IP" > $INSTALL_DIR/etc/ogAdmRepo.cfg sudo chown $OGUSER:$OGUSER $INSTALL_DIR/etc/ogAdmRepo.cfg } -- 2.40.1