From 6ca757e3495ebda3288a91cc4fcc235c945c4d4b Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Sat, 22 Sep 2012 23:28:18 +0000 Subject: contrib/meshwizard: Add widgets in the original order, increase version --- .../meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/package/meshwizard/files/usr/bin') diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh index 4e0b419c12..c5036631d4 100755 --- a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh @@ -11,7 +11,7 @@ get_var() { } handle_widgets() { - widgets="$1 $widgets" + widgets="$widgets $1" } config_load freifunk config_foreach handle_widgets widget -- cgit v1.2.3