X-Git-Url: https://plomlompom.com/repos/?p=config;a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_server.sh;h=fa4cc6e84433afc0355e2d73a7c37e2cfcc9f5e5;hp=eefc350f48b922ccfadb4b923adf65cd60187bdc;hb=df8b56aab6c4b511bdca8f596300f72e02b95473;hpb=c865cf207e0695920eb3ebad879c3509d8351adc diff --git a/buster/setup_scripts/setup_server.sh b/buster/setup_scripts/setup_server.sh index eefc350..fa4cc6e 100755 --- a/buster/setup_scripts/setup_server.sh +++ b/buster/setup_scripts/setup_server.sh @@ -4,18 +4,19 @@ set -e # Provide maximum input for set_hostname_and_fqdn.sh. -if [ "$#" -ne 2 ]; then +if [ "$#" -lt 2 ]; then echo 'Need exactly two arguments (hostname, FQDN).' false fi hostname="$1" fqdn="$2" +additional_arg="$3" # Set up system without user environment. config_tree_prefix="${HOME}/config/buster" setup_scripts_dir="${config_tree_prefix}/setup_scripts" cd "${setup_scripts_dir}" -./setup.sh "${hostname}" "${fqdn}" server +./setup.sh "${hostname}" "${fqdn}" server "${additional_arg}" # If we have not yet set the shell for user plom, ensure it here. This # is mostly for convenience.