Skip to content

Commit 10bca02

Browse files
committed
non-configurable start dir
1 parent 8e2d6af commit 10bca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railway-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Allow user to aupply a start dir, default to /home/coder/project
4-
START_DIR=${1:-/home/coder/project}
4+
START_DIR=/home/coder/project
55

66
# add rclone config and start rclone, if supplied
77
if [[ -z "${RCLONE_DATA}" ]]; then

0 commit comments

Comments
 (0)