change notes

This commit is contained in:
xiaoyaofenfen 2022-06-16 14:20:49 +08:00
parent f458dc5353
commit 09051e1e7a

View File

@ -5,7 +5,7 @@ chmod +x ./aliyunpan
readonly sync_drive_config_file="$ALIYUNPAN_CONFIG_DIR/sync_drive/sync_drive_config.json" readonly sync_drive_config_file="$ALIYUNPAN_CONFIG_DIR/sync_drive/sync_drive_config.json"
if test -s $sync_drive_config_file if test -s $sync_drive_config_file
then then
echo "sync_drive_config.json is existed" echo "using existed sync_drive_config.json file"
else else
echo "generate sync_drive_config.json file" echo "generate sync_drive_config.json file"
tee $sync_drive_config_file << EOF tee $sync_drive_config_file << EOF