Skip to content

Commit 1a8954f

Browse files
Save changes at: 1773515326
1 parent 9bf0600 commit 1a8954f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function configure_user() {
6969

7070
function configure_network() {
7171
echo "--> Network configuration."
72-
echo $HOSTNAME > /etc/hostname
72+
echo "${HOSTNAME}" > /etc/hostname
7373

7474
cat << EOF > /etc/hosts
7575
::1 localhost

0 commit comments

Comments
 (0)