Skip to content

Commit

Permalink
prepare-suspend: typo fix
Browse files Browse the repository at this point in the history
(cherry picked from commit ab3eea3)
  • Loading branch information
marmarek committed Nov 29, 2022
1 parent 40a993b commit 8583614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes-rpc/prepare-suspend
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$action" = "suspend" ]; then
if [ "$intf" = "lo" ] || [[ "$intf" = "vif"* ]]; then
continue
fi
if [ "$(cat "/sys/class/net/$intf/device/devtype" 2>/dev/null$)" = "vif" ]; then
if [ "$(cat "/sys/class/net/$intf/device/devtype" 2>/dev/null)" = "vif" ]; then
continue
fi
ip link set "$intf" down
Expand Down

0 comments on commit 8583614

Please sign in to comment.