From 176f3149d4f265b63495de56fa65b7921247dd2c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 28 Dec 2023 00:58:05 +0100 Subject: [PATCH] typo --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ad50a20..1254d74 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -57,7 +57,7 @@ is_public_ip(){ } process_ips(){ -# used to process the IPs to put them in the AGH's config file +# used to process the IPs to put in the AGH's config file local ips="$1" if [ "$2" == "install" ]; then local install=true; fi