@@ -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