Skip to content

Commit db5bef3

Browse files
committed
make sync command verbose
1 parent f43a5d3 commit db5bef3

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
@@ -18,7 +18,7 @@ else
1818
echo "Syncing files..."
1919

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

0 commit comments

Comments
 (0)