added shorewall from #2553
[openwrt/svn-archive/archive.git] / net / shorewall-common / files / hostname
1 #!/bin/sh
2
3 . /etc/functions.sh
4 config_load "system"
5 local section="cfg1"
6 config_get "hostname" "$section" "hostname"
7
8 echo "$hostname"