diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-11 16:41:49 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-11 16:41:49 +0800 |
commit | ffde2f2c1814a55eaa939055cf587d0956666803 (patch) | |
tree | ae014c8843da31a09a509075f459c76ce5abc0eb /sh | |
parent | ed0ed562ca1ab6e064d8f2e4377776a43daf2577 (diff) |
fix upd, missing ;
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |