From 7053fbdc69a8368233c984afba41dab27d84bb89 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 28 Dec 2023 07:53:35 +0100 Subject: [PATCH] sigh --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index db0afff..e547a51 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -83,9 +83,9 @@ process_ips(){ else if [[ "${is_install:-}" = true ]]; then # to get a dash before each IP - processed_ips+="- $ip\n" + processed_ips+=$'- 192.168.42.80\n' else - processed_ips+="$ip\n" + processed_ips+=$'$ip\n' fi fi fi