Skip to content

Commit

Permalink
Merge pull request #2211 from eantowne/master
Browse files Browse the repository at this point in the history
remote-install.sh: added variable declaration
  • Loading branch information
grossmj authored Mar 23, 2023
2 parents 0406083 + 791ce6a commit ce220e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/remote-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit ce220e5

Please sign in to comment.