From 09051e1e7aa06f823516796e3e77f50e132d29ca Mon Sep 17 00:00:00 2001 From: xiaoyaofenfen <1254525673@qq.com> Date: Thu, 16 Jun 2022 14:20:49 +0800 Subject: [PATCH] change notes --- docker/sync/app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/sync/app.sh b/docker/sync/app.sh index 14ba26e..d8c3af9 100755 --- a/docker/sync/app.sh +++ b/docker/sync/app.sh @@ -5,7 +5,7 @@ chmod +x ./aliyunpan readonly sync_drive_config_file="$ALIYUNPAN_CONFIG_DIR/sync_drive/sync_drive_config.json" if test -s $sync_drive_config_file then - echo "sync_drive_config.json is existed" + echo "using existed sync_drive_config.json file" else echo "generate sync_drive_config.json file" tee $sync_drive_config_file << EOF