From ffde2f2c1814a55eaa939055cf587d0956666803 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 11 Jul 2025 16:41:49 +0800 Subject: fix upd, missing ; --- sh/upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/upd b/sh/upd index a1c87e0..a3fb8a2 100755 --- a/sh/upd +++ b/sh/upd @@ -15,7 +15,7 @@ all () { fast clean # don't run reflector if it is pp or insp, because they all VPN to ba now - if ! { [ "$hostname" = xyzpp ] || [ "$hostname" = xyzinsp ] }; then + if ! { [ "$hostname" = xyzpp ] || [ "$hostname" = xyzinsp ];}; then refl fi monthly_misc -- cgit v1.2.3-70-g09d2