diff --git a/debian/qubes-core-agent.postinst b/debian/qubes-core-agent.postinst index db84be4..c0f4e47 100755 --- a/debian/qubes-core-agent.postinst +++ b/debian/qubes-core-agent.postinst @@ -65,7 +65,7 @@ preset_units() { continue fi echo "$action $unit_name" | grep -q '^[[:space:]]*[^#;]' || continue - if ! [ -n "$action" ] || ! [ -n "$unit_name" ]; then + if [ -z "$action" ] || [ -z "$unit_name" ]; then continue fi if [ "$2" = "initial" ] || [ "$represet" = "1" ]