Footbar commited on
Commit
ad627d8
·
verified ·
1 Parent(s): d522484

Update docker-entrypoint.sh

Browse files
Files changed (1) hide show
  1. docker-entrypoint.sh +1 -1
docker-entrypoint.sh CHANGED
@@ -52,7 +52,7 @@ if [ -n "$RCLONE_CONF" ]; then
52
  echo -e "########## Synchronizing Backup ############"
53
 
54
  # Specify the remote folder path in the format remote:path
55
- REMOTE_FOLDER="huggingface:/qinglong"
56
 
57
  # Use rclone ls command to list folder contents, capturing output and errors
58
  OUTPUT=$(rclone ls "$REMOTE_FOLDER" 2>&1)
 
52
  echo -e "########## Synchronizing Backup ############"
53
 
54
  # Specify the remote folder path in the format remote:path
55
+ REMOTE_FOLDER="serv002:/qinglong2"
56
 
57
  # Use rclone ls command to list folder contents, capturing output and errors
58
  OUTPUT=$(rclone ls "$REMOTE_FOLDER" 2>&1)