8000 Update entrypoint.sh · thebuck25/deploy-code-server@ce780c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce780c2

Browse files
authored
Update entrypoint.sh
1 parent f1b7cae commit ce780c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy-container/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ else
6868

6969
echo "[$PREFIX] rclone config complete"
7070
if rclone ls $RCLONE_REMOTE_PATH; then
71-
echo "[$PREFIX] remote path has files"
71+
echo "[$PREFIX] remote path has files:"
72+
rclone ls $RCLONE_REMOTE_PATH
7273
if [ $RCLONE_AUTO_PULL = "true" ]; then
7374
# grab the files from the remote instead of running project_init()
7475
echo "[$PREFIX] Pulling existing files from remote..."

0 commit comments

Comments
 (0)
0