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 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 |