We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2d6af commit 10bca02Copy full SHA for 10bca02
railway-entrypoint.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Allow user to aupply a start dir, default to /home/coder/project
4
-START_DIR=${1:-/home/coder/project}
+START_DIR=/home/coder/project
5
6
# add rclone config and start rclone, if supplied
7
if [[ -z "${RCLONE_DATA}" ]]; then
0 commit comments