2019-04-02 19:38:19 +00:00
|
|
|
local hostname=${REALMFS_HOSTNAME:-"subgraph"}
|
2018-03-07 23:52:40 +00:00
|
|
|
info "Setting hostname to '$hostname' in /etc/hosts and /etc/hostname"
|
|
|
|
printf "127.0.0.1\t${hostname} localhost\n" > /etc/hosts
|
|
|
|
printf "${hostname}\n" > /etc/hostname
|