diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-30 23:44:43 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-30 23:44:43 +0100 |
commit | c8512b66eb4170a4106f7f78e2e3125bb007b4f4 (patch) | |
tree | 1463deafdbfcae06435ae6939bc0faf4a548f115 /install-itzks-workstation | |
parent | c210c4ee204997b8f0fff148125b6d9d22bdeb5c (diff) | |
download | itzks-install-script-c8512b66eb4170a4106f7f78e2e3125bb007b4f4.tar.gz itzks-install-script-c8512b66eb4170a4106f7f78e2e3125bb007b4f4.tar.bz2 itzks-install-script-c8512b66eb4170a4106f7f78e2e3125bb007b4f4.zip |
More quoting for $myhost...
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 83bfd26..d4d20a7 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -176,7 +176,7 @@ es mw101.intern heißen. [ENTER] ''' # Set hostname read -p 'Wie lautet der Hostname (ohne Domain)? ' myhost -hostnamectl set-hostname $myhost +hostnamectl set-hostname "$myhost" export HOSTNAME="$myhost" # Configure Plymouth |