We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9927c1 commit 88e2d63Copy full SHA for 88e2d63
filebrowser/run.sh
@@ -22,13 +22,13 @@ if [ "${DB_PATH}" != "filebrowser.db" ]; then
22
fi
23
24
if test -f "${DB_PATH}"; then
25
- printf "DB ${DB_PATH} is existing, skipping initializing"
+ printf "DB ${DB_PATH} is existing, skipping initializing\n\n"
26
else
27
- printf "DB ${DB_PATH} not existing, initializing"
+ printf "DB ${DB_PATH} not existing, initializing\n\n"
28
filebrowser $${DB_FLAG} config init
29
30
31
-printf "Setting baseurl to ${SERVER_BASE_PATH}"
+printf "Setting baseurl to ${SERVER_BASE_PATH}\n\n"
32
filebrowser config set --baseurl "${SERVER_BASE_PATH}" $${DB_FLAG} > ${LOG_PATH} 2>&1
33
34
printf "📂 Serving $${ROOT_DIR} at http://localhost:${PORT} \n\n"
0 commit comments