From ab3eea3b4c48ffcebc1e570f1c3798aa1a6b2392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 6 Jun 2022 17:12:01 +0200 Subject: [PATCH] prepare-suspend: typo fix --- qubes-rpc/prepare-suspend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes-rpc/prepare-suspend b/qubes-rpc/prepare-suspend index 85aeb13d6..6167bc02f 100755 --- a/qubes-rpc/prepare-suspend +++ b/qubes-rpc/prepare-suspend @@ -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