diff options
-rw-r--r-- | install-itzks-workstation | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index e492040..1d42853 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -177,6 +177,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) # To be sure restart the following services invoke-rc.d rsyslog restart |