9 lines
136 B
Plaintext
Raw Normal View History

#!/bin/sh
. /etc/functions.sh
config_load "system"
local section="cfg1"
config_get "hostname" "$section" "hostname"
echo "$hostname"