home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8389c68
)
Fix.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 12 Jan 2020 05:06:44 +0000
(06:06 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 12 Jan 2020 05:06:44 +0000
(06:06 +0100)
buster/setup_scripts/setup.sh
patch
|
blob
|
history
diff --git
a/buster/setup_scripts/setup.sh
b/buster/setup_scripts/setup.sh
index adc229fa7e6a128e75f2830ebdfb5e5f59957045..42d45ef867cc28911515a43a640f48d365a57c8f 100755
(executable)
--- 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