forgot a space
This commit is contained in:
@@ -14,7 +14,7 @@ ROOT_DIR=$${ROOT_DIR/\~/$HOME}
|
|||||||
|
|
||||||
DB_FLAG=""
|
DB_FLAG=""
|
||||||
if [ "${DB_PATH}" != "filebrowser.db" ]; then
|
if [ "${DB_PATH}" != "filebrowser.db" ]; then
|
||||||
DB_FLAG="-d ${DB_PATH}"
|
DB_FLAG=" -d ${DB_PATH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "📂 Serving $${ROOT_DIR} at http://localhost:${PORT} \n\n"
|
printf "📂 Serving $${ROOT_DIR} at http://localhost:${PORT} \n\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user