Updated permissions for all binary files
parent
3990648345
commit
f713469f6e
|
@ -81,6 +81,7 @@ install_files() {
|
||||||
cp -pr $DOWNLOAD_DIR/etc/* $INSTALL_DIR/etc/
|
cp -pr $DOWNLOAD_DIR/etc/* $INSTALL_DIR/etc/
|
||||||
cp -pr $DOWNLOAD_DIR/api/* $INSTALL_DIR/api/
|
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
|
echo IPlocal="$REPO_IP" > $INSTALL_DIR/etc/ogAdmRepo.cfg
|
||||||
sudo chown $OGUSER:$OGUSER $INSTALL_DIR/etc/ogAdmRepo.cfg
|
sudo chown $OGUSER:$OGUSER $INSTALL_DIR/etc/ogAdmRepo.cfg
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue