diff options
Diffstat (limited to 'sh/upd')
-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 |