Update docker-entrypoint.sh
Browse files- 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="
|
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)
|