Set proper permissions to ogrepository user

pull/1/head
Nicolas Arenas 2024-11-11 14:23:37 +01:00
parent 33ff1c2b7f
commit 146ca64ad5
1 changed files with 1 additions and 0 deletions

View File

@ -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() {