We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6bc9a commit 3307bf9Copy full SHA for 3307bf9
1 file changed
bin/v-change-sys-hostname
@@ -41,6 +41,7 @@ if [ -d "/etc/sysconfig" ]; then
41
fi
42
else
43
# Debian/Ubuntu
44
+ hostnamectl set-hostname $domain
45
echo "$domain" > /etc/hostname
46
47
0 commit comments