mirror of https://github.com/hak5/openwrt-owl.git
lantiq: print profile name in dsl lucistat
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48949owl
parent
fa5688c432
commit
dc3a7131a9
|
@ -722,6 +722,7 @@ profile() {
|
||||||
|
|
||||||
if [ "$action" = "lucistat" ]; then
|
if [ "$action" = "lucistat" ]; then
|
||||||
echo "dsl.profile=${profile:-nil}"
|
echo "dsl.profile=${profile:-nil}"
|
||||||
|
echo "dsl.profile_s=\"${s}\""
|
||||||
else
|
else
|
||||||
echo "Profile: $s"
|
echo "Profile: $s"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue