From 791ce6a56e5f17ec09ea9c89fe908f9efb02267f Mon Sep 17 00:00:00 2001 From: eantowne Date: Thu, 23 Mar 2023 07:59:20 -0400 Subject: [PATCH] Added declaration for in remote-install.sh to resolve 'unary operator operator expected' error --- scripts/remote-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index 750b6c0d..4664cd04 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -49,6 +49,7 @@ USE_IOU=0 I386_REPO=0 DISABLE_KVM=0 UNSTABLE=0 +WELCOME_SETUP=0 TEMP=`getopt -o h --long with-openvpn,with-iou,with-i386-repository,with-welcome,without-kvm,unstable,help -n 'gns3-remote-install.sh' -- "$@"` if [ $? != 0 ]