flzta commited on
Commit
93e0f5d
·
verified ·
1 Parent(s): d64fc7e

Update sync_data.sh

Browse files
Files changed (1) hide show
  1. sync_data.sh +2 -2
sync_data.sh CHANGED
@@ -112,7 +112,7 @@ if len(backups) > 5:
112
  else:
113
  print('Only {} backups found, no need to clean.'.format(len(backups)))
114
  " 2>&1
115
- else
116
  echo "Failed to upload ${backup_file} to WebDAV"
117
  fi
118
 
@@ -127,7 +127,7 @@ else:
127
  done
128
  }
129
 
130
- # 启动同步进程
131
  sync_data &
132
 
133
  # 启动 Cloudreve
 
112
  else:
113
  print('Only {} backups found, no need to clean.'.format(len(backups)))
114
  " 2>&1
115
+ else:
116
  echo "Failed to upload ${backup_file} to WebDAV"
117
  fi
118
 
 
127
  done
128
  }
129
 
130
+ # 启动同步进程
131
  sync_data &
132
 
133
  # 启动 Cloudreve