forgot a space

This commit is contained in:
Stephen Kirby
2023-10-05 22:30:18 +00:00
parent e9bf7245bb
commit 3128167b8e

View File

@@ -14,7 +14,7 @@ ROOT_DIR=$${ROOT_DIR/\~/$HOME}
DB_FLAG=""
if [ "${DB_PATH}" != "filebrowser.db" ]; then
DB_FLAG="-d ${DB_PATH}"
DB_FLAG=" -d ${DB_PATH}"
fi
printf "📂 Serving $${ROOT_DIR} at http://localhost:${PORT} \n\n"