This commit is contained in:
nervuri 2022-02-17 19:55:15 +00:00
parent c45f58fd20
commit 4a608e155c
Signed by: nervuri
GPG Key ID: C4769EEA7BA61672
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ for removed_host in $(diff hosts "$tempfile" | grep ^\< | cut -c 3-); do
hosts="$hosts hosts="$hosts
$removed_host" $removed_host"
else else
echo " - offilne" echo " - offline"
fi fi
done done