Files
ewoooc/.gitea
ogt fca235eb8d
All checks were successful
CD Pipeline / deploy (push) Successful in 1m18s
fix: close missing double-quote in sync restart step (shell parse error)
Line 134 was missing the closing " after the echo statement:
  echo '...'   (broken)
  echo '...'"  (fixed)

Caused: 'unexpected EOF while looking for matching"'
2026-04-20 06:49:32 +08:00
..