Added permission of /opt/mbse
This commit is contained in:
parent
5c86568b03
commit
82ccdccf34
4
SETUP.sh
4
SETUP.sh
@ -257,8 +257,8 @@ if [ "$OSTYPE" = "Darwin" ]; then
|
||||
useradd mbse -c "MBSE BBS Admin" -d $MHOME -g bbs -s /bin/bash
|
||||
fi
|
||||
log "+" "[$?] Added user mbse"
|
||||
chmod 775 $MHOME
|
||||
log "+" "[$?] chmod 775 $MHOME"
|
||||
chmod 755 $MHOME
|
||||
log "+" "[$?] chmod 755 $MHOME"
|
||||
|
||||
echo -n " writing '$MHOME/.profile'"
|
||||
cat << EOF >$MHOME/.profile
|
||||
|
Reference in New Issue
Block a user