Skip to content

Commit 88e2d63

Browse files
committed
clean fix
1 parent c9927c1 commit 88e2d63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

filebrowser/run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ if [ "${DB_PATH}" != "filebrowser.db" ]; then
2222
fi
2323

2424
if test -f "${DB_PATH}"; then
25-
printf "DB ${DB_PATH} is existing, skipping initializing"
25+
printf "DB ${DB_PATH} is existing, skipping initializing\n\n"
2626
else
27-
printf "DB ${DB_PATH} not existing, initializing"
27+
printf "DB ${DB_PATH} not existing, initializing\n\n"
2828
filebrowser $${DB_FLAG} config init
2929
fi
3030

31-
printf "Setting baseurl to ${SERVER_BASE_PATH}"
31+
printf "Setting baseurl to ${SERVER_BASE_PATH}\n\n"
3232
filebrowser config set --baseurl "${SERVER_BASE_PATH}" $${DB_FLAG} > ${LOG_PATH} 2>&1
3333

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

0 commit comments

Comments
 (0)