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