8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b7cae commit ce780c2Copy full SHA for ce780c2
deploy-container/entrypoint.sh
@@ -68,7 +68,8 @@ else
68
69
echo "[$PREFIX] rclone config complete"
70
if rclone ls $RCLONE_REMOTE_PATH; then
71
- echo "[$PREFIX] remote path has files"
+ echo "[$PREFIX] remote path has files:"
72
+ rclone ls $RCLONE_REMOTE_PATH
73
if [ $RCLONE_AUTO_PULL = "true" ]; then
74
# grab the files from the remote instead of running project_init()
75
echo "[$PREFIX] Pulling existing files from remote..."
0 commit comments