|
|
@ -10,7 +10,7 @@ fi
|
|
|
|
function set_hostname() {
|
|
|
|
function set_hostname() {
|
|
|
|
local hostname=$1
|
|
|
|
local hostname=$1
|
|
|
|
|
|
|
|
|
|
|
|
if [ -d /run/systemd/system/ ]; then
|
|
|
|
if [ -d /run/systemd/system/ ] && hostnamectl status >/dev/null 2>/dev/null; then
|
|
|
|
hostnamectl set-hostname --static "${hostname}"
|
|
|
|
hostnamectl set-hostname --static "${hostname}"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
if [ -f /etc/sysconfig/network ]; then
|
|
|
|
if [ -f /etc/sysconfig/network ]; then
|
|
|
|