Working on integration with tilde-sbot #141

Open
notplants wants to merge 17 commits from tilde into main
24 changed files with 1480 additions and 634 deletions
Showing only changes of commit ac875097b3 - Show all commits

View File

@ -23,7 +23,7 @@ echo "ARGS: $ARGS"
CMD="/home/notplants/computer/projects/peachpub/tilde/tildefriends/out/release/tildefriends.standalone run"
[ -n "$ARGS" ] && CMD="$CMD -a \"$ARGS\""
[ -n "$NETWORK_KEY" ] && CMD="$CMD -k \"$NETWORK_KEY\""
[ -n "$DATABASE_DIRECTORY" ] && CMD="$CMD -d \"$DATABASE_DIRECTORY/db.sql\""
[ -n "$DATABASE_DIRECTORY" ] && CMD="$CMD -d \"$DATABASE_DIRECTORY/db.sqlite\""
echo "Running command:"
echo "$CMD"