64eff5b3d8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9353 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
136 B
Bash
9 lines
136 B
Bash
#!/bin/sh
|
|
|
|
. /etc/functions.sh
|
|
config_load "system"
|
|
local section="cfg1"
|
|
config_get "hostname" "$section" "hostname"
|
|
|
|
echo "$hostname"
|