Set proper permissions to ogrepository user
parent
33ff1c2b7f
commit
146ca64ad5
|
@ -79,6 +79,7 @@ install_files() {
|
||||||
cp -pr $DOWNLOAD_DIR/api/* $INSTALL_DIR/api/
|
cp -pr $DOWNLOAD_DIR/api/* $INSTALL_DIR/api/
|
||||||
chown -R ogrepository:ogrepository $INSTALL_DIR
|
chown -R ogrepository:ogrepository $INSTALL_DIR
|
||||||
echo IPlocal="$REPO_IP" > $INSTALL_DIR/etc/ogAdmRepo.cfg
|
echo IPlocal="$REPO_IP" > $INSTALL_DIR/etc/ogAdmRepo.cfg
|
||||||
|
sudo chown ogrepository:ogrepository $INSTALL_DIR/etc/ogAdmRepo.cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
configure_samba() {
|
configure_samba() {
|
||||||
|
|
Loading…
Reference in New Issue