]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Fixing postinstall-scripts/fix-etc-hosts
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 15 Aug 2024 14:12:55 +0000 (16:12 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 15 Aug 2024 14:12:55 +0000 (16:12 +0200)
postinstall-scripts/fix-etc-hosts

index 5fc9003c9d9accc037e7c6435d3e0445fcd3a69d..6c00c6f740f64d9580220592a6196fde261a3e73 100755 (executable)
@@ -93,7 +93,7 @@ get_options() {
 
     local tmp=
     local short_options="NL:${STD_SHORT_OPTIONS}"
-    local long_options="no-ipv6,location;,${STD_LONG_OPTIONS}"
+    local long_options="no-ipv6,location:,${STD_LONG_OPTIONS}"
 
     set +e
     tmp=$( getopt -o "${short_options}" --long "${long_options}" -n "${BASE_NAME}" -- "$@" )