diff options
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 9784960..071a24a 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 -export HOSTNAME=$(myhost) +export HOSTNAME="$myhost" # To be sure restart the following services invoke-rc.d rsyslog restart |