From 96d96479f7aa53ee89593f222d8946340300ad13 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 26 Jun 2024 17:56:52 +0300 Subject: [PATCH] prettier etc/NetworkManager-resolv.conf-restore.bash --- etc/NetworkManager-resolv.conf-restore.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NetworkManager-resolv.conf-restore.bash b/etc/NetworkManager-resolv.conf-restore.bash index e6d7360c..3ab66a44 100755 --- a/etc/NetworkManager-resolv.conf-restore.bash +++ b/etc/NetworkManager-resolv.conf-restore.bash @@ -7,7 +7,7 @@ set -x # I know there are old versions that used something else, but I don't remember # that name and they are ancient. -if ! hash nmcli 2>/dev/null; then +if ! hash nmcli 2> /dev/null; then echo "You don't seem to have NetworkManager (or nmcli) installed." 1>&2 exit 1 fi