Skip to content

Commit ce103bd

Browse files
committed
fixed filebrowser run.sh
1 parent d8ed39f commit ce103bd

File tree

1 file changed

+2
-0
lines changed
  • registry/coder/modules/filebrowser

1 file changed

+2
-0
lines changed

registry/coder/modules/filebrowser/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ filebrowser config set --baseurl=${SERVER_BASE_PATH} --port=${PORT} --auth.metho
3232

3333
printf "👷 Starting filebrowser in background... \n\n"
3434

35+
printf "📂 Serving $${ROOT_DIR} at http://localhost:${PORT} \n\n"
36+
3537
filebrowser >>${LOG_PATH} 2>&1 &
3638

3739
printf "📝 Logs at ${LOG_PATH} \n\n"

0 commit comments

Comments
 (0)