From 6223ef4bb8f67c7efe2b52e658a39e86b3984ebb Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Fri, 13 Jun 2025 17:35:48 +0200 Subject: [PATCH] Fix previous --- ansible/scripts/set_hostname | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/scripts/set_hostname b/ansible/scripts/set_hostname index 10baa1e..fae61d1 100755 --- a/ansible/scripts/set_hostname +++ b/ansible/scripts/set_hostname @@ -24,7 +24,7 @@ host_id() find_hostname() { - if [ "$(host_id)" == "52:54:00:12:34:56" || "$(host_id)" == "52:54:00:12:34:57" ]; + if [ "$(host_id)" == "52:54:00:12:34:56" ] || [ "$(host_id)" == "52:54:00:12:34:57" ]; then echo "qemu" return -- 2.51.0