X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=all_new_2018%2Fsetup_server.sh;h=a4f859966098316c9b863a9c3588722305859350;hb=02bb39d5f8618919f7503bc001c10502cb574c72;hp=55650aadecbb2e7496ed85778081f22404d68995;hpb=a929990d8253e70799f95b1ff8a74b3a6361a9e9;p=config diff --git a/all_new_2018/setup_server.sh b/all_new_2018/setup_server.sh index 55650aa..a4f8599 100755 --- a/all_new_2018/setup_server.sh +++ b/all_new_2018/setup_server.sh @@ -4,7 +4,7 @@ set -e # Provide maximum input for set_hostname_and_fqdn.sh. -if "$#" -ne 2 ]; then +if [ "$#" -ne 2 ]; then echo "Need exactly two arguments (hostname, FQDN)." false fi @@ -14,7 +14,7 @@ fqdn="$2" # Adapt /etc/ to our needs by symlinking into ./linkable_etc_files. This # will set basic configurations affecting following steps, such as setup # of APT and the locale selection, so needs to be right at the beginning. -./symlink_etc.sh all server +./hardlink_etc.sh all server # Set hostname and FQDN. ./set_hostname_and_fqdn.sh "${hostname}" "${fqdn}"