fix(backup): harden Google Drive freshness readback

This commit is contained in:
Your Name
2026-07-18 21:55:07 +08:00
parent 98b0682a6e
commit d3d731be3e
6 changed files with 135 additions and 5 deletions

View File

@@ -121,6 +121,8 @@ prepare_rclone() {
return 1
fi
bind_rclone_config_to_runtime_user
if [ "${PROVIDER}" = "b2" ]; then
if ! check_b2_config; then
return 1