From: Christian Heller Date: Sun, 12 Jan 2020 05:06:44 +0000 (+0100) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=0be40f11034ad8642b83a7f4bdc7c0304869fa92 Fix. --- diff --git a/buster/setup_scripts/setup.sh b/buster/setup_scripts/setup.sh index adc229f..42d45ef 100755 --- a/buster/setup_scripts/setup.sh +++ b/buster/setup_scripts/setup.sh @@ -2,7 +2,7 @@ set -e # Provide maximum input for set_hostname_and_fqdn.sh. -if [ "$#" -ne 2 ]; then +if [ "$#" -lt 2 ]; then echo 'Need at least two arguments (hostname, FQDN).' false fi