diff --git a/lib/baserow.sh b/lib/baserow.sh index 38067dd..a865684 100644 --- a/lib/baserow.sh +++ b/lib/baserow.sh @@ -64,8 +64,8 @@ cat > /federated/apps/baserow/data/createuser.sh < /dev/null EOF diff --git a/lib/functions.sh b/lib/functions.sh index 5f3fb74..fdfebf5 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -33,12 +33,6 @@ create_password() { SECRET=`tr -cd '[:alnum:]' < /dev/urandom | fold -w32 | head -n1` echo "$SECRET"; } -start_blah() { - SERVICE="$1" - COMMAND="$2" - $COMMAND &> /dev/null - [ $? -eq 0 ] && echo -ne "done.\n" || fail "There was a problem starting service /federated/apps/$SERVICE" -} start_service() { SERVICE="$1" COMMAND="$2"