|
|
@@ -570,6 +570,9 @@ __ENDCONFIG__
|
|
570
|
570
|
wget https://beta.quicklisp.org/quicklisp.lisp
|
|
571
|
571
|
fi
|
|
572
|
572
|
|
|
|
573
|
+ if [ -d $TURTL_BASE_DIR ]; then
|
|
|
574
|
+ chown -R turtl:turtl $TURTL_BASE_DIR
|
|
|
575
|
+ fi
|
|
573
|
576
|
adduser --disabled-login --home=$TURTL_BASE_DIR --gecos 'turtl' turtl
|
|
574
|
577
|
if [ ! -d /home/turtl ]; then
|
|
575
|
578
|
echo $"/home/turtl directory not created"
|