summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-11 16:41:49 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-11 16:41:49 +0800
commitffde2f2c1814a55eaa939055cf587d0956666803 (patch)
treeae014c8843da31a09a509075f459c76ce5abc0eb /sh
parented0ed562ca1ab6e064d8f2e4377776a43daf2577 (diff)
fix upd, missing ;
Diffstat (limited to 'sh')
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
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