Skip to content

Commit 37edf9c

Browse files
committed
run sync in background (oops)
1 parent db5bef3 commit 37edf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railway-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else
1919

2020
touch /home/coder/sync_remote.sh && chmod +x /home/coder/sync_remote.sh
2121
echo "rclone sync ${RCLONE_SOURCE:-"/home/coder/"} ${RCLONE_REMOTE_NAME:-code-server-remote}:${RCLONE_DESTINATION:-code-server-files} -vv" > /home/coder/sync_remote.sh
22-
/home/coder/sync_remote.sh
22+
/home/coder/sync_remote.sh&
2323
fi
2424

2525
# Now we can run code-server with the default entrypoint

0 commit comments

Comments
 (0)