Skip to content

Commit d8ed39f

Browse files
committed
fixed typo and removed changes from filebrowser
1 parent c8f4ba2 commit d8ed39f

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

registry/coder/modules/filebrowser/main.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ describe("filebrowser", async () => {
100100
"apk add bash",
101101
);
102102

103-
const expectedUrl = "http://localhost:13339/@default/default/apps/filebrowser";
104-
const expectedLogLine = `📂 Serving /root at ${expectedUrl} `;
105-
106103
testBaseLine(output);
107104
}, 15000);
108105
});

registry/coder/modules/filebrowser/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ 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}${SERVER_BASE_PATH} \n\n"
36-
3735
filebrowser >>${LOG_PATH} 2>&1 &
3836

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

0 commit comments

Comments
 (0)