home · contact · privacy
Fix.
[config] / buster / setup_scripts / setup.sh
index adc229fa7e6a128e75f2830ebdfb5e5f59957045..42d45ef867cc28911515a43a640f48d365a57c8f 100755 (executable)
@@ -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