From 146ca64ad5f1da282eb6f9033dce04716ede3f92 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 11 Nov 2024 14:23:37 +0100 Subject: [PATCH] Set proper permissions to ogrepository user --- installer/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/installer.sh b/installer/installer.sh index 3d18c7e..0015672 100644 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -79,6 +79,7 @@ install_files() { cp -pr $DOWNLOAD_DIR/api/* $INSTALL_DIR/api/ chown -R ogrepository:ogrepository $INSTALL_DIR echo IPlocal="$REPO_IP" > $INSTALL_DIR/etc/ogAdmRepo.cfg + sudo chown ogrepository:ogrepository $INSTALL_DIR/etc/ogAdmRepo.cfg } configure_samba() {