Remove the echo from 05-hostname

pull/14/head
Dan Kelleher 9 years ago
parent 497653472a
commit 1d62ed4143

@ -7,8 +7,6 @@ function set_hostname() {
[ -n "$NAME" ] || exit 0
echo $NAME > $CONFIG_FILE
hostnamectl set-hostname $NAME
}

Loading…
Cancel
Save