debian: make ShellCheck happy
This commit is contained in:
parent
1f41ee0e41
commit
6799aad15e
2
debian/qubes-core-agent.postinst
vendored
2
debian/qubes-core-agent.postinst
vendored
@ -65,7 +65,7 @@ preset_units() {
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
echo "$action $unit_name" | grep -q '^[[:space:]]*[^#;]' || continue
|
echo "$action $unit_name" | grep -q '^[[:space:]]*[^#;]' || continue
|
||||||
if ! [ -n "$action" ] || ! [ -n "$unit_name" ]; then
|
if [ -z "$action" ] || [ -z "$unit_name" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if [ "$2" = "initial" ] || [ "$represet" = "1" ]
|
if [ "$2" = "initial" ] || [ "$represet" = "1" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user