diff options
author | Manuel Munz <freifunk@somakoma.de> | 2012-09-22 23:28:18 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2012-09-22 23:28:18 +0000 |
commit | 6ca757e3495ebda3288a91cc4fcc235c945c4d4b (patch) | |
tree | a70f460cae9209601f065c588bd0dcdadc7526c5 /contrib/package/meshwizard/files | |
parent | 6f79422a9a7aa3733b49e36cd24acce2c2b0fe5a (diff) |
contrib/meshwizard: Add widgets in the original order, increase version
Diffstat (limited to 'contrib/package/meshwizard/files')
-rwxr-xr-x | contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 4e0b419c1..c5036631d 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 |