Home directory
This commit is contained in:
parent
5b0afb0c15
commit
2ced68db33
|
@ -574,8 +574,8 @@ __ENDCONFIG__
|
|||
chown -R turtl:turtl $TURTL_BASE_DIR
|
||||
fi
|
||||
adduser --disabled-login --home=$TURTL_BASE_DIR --gecos 'turtl' turtl
|
||||
if [ ! -d /home/turtl ]; then
|
||||
echo $"/home/turtl directory not created"
|
||||
if [ ! -d $TURTL_BASE_DIR ]; then
|
||||
echo $"$TURTL_BASE_DIR directory not created"
|
||||
exit 263493
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue