Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 3128167

Browse files
committed
forgot a space
1 parent e9bf724 commit 3128167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ROOT_DIR=$${ROOT_DIR/\~/$HOME}
1414

1515
DB_FLAG=""
1616
if [ "${DB_PATH}" != "filebrowser.db" ]; then
17-
DB_FLAG="-d ${DB_PATH}"
17+
DB_FLAG=" -d ${DB_PATH}"
1818
fi
1919

2020
printf "📂 Serving $${ROOT_DIR} at http://localhost:${PORT} \n\n"

0 commit comments

Comments
 (0)