prettier etc/NetworkManager-resolv.conf-restore.bash

This commit is contained in:
Aminda Suomalainen 2024-06-26 17:56:52 +03:00
parent f04733b799
commit 96d96479f7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -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