dyne / dowse

The Awareness Hub for the Internet of Things
http://dowse.eu
159 stars 17 forks source link

Load zuper before calling error #20

Closed hellekin closed 8 years ago

hellekin commented 8 years ago

This moves loading of zuper before any call to its functions is made.

parazyd commented 8 years ago

zuper initialization should be done after declaring the variables it depends on:

zkv=1
restful=1
helpers=1
jaromil commented 8 years ago

True, but I am also planning to remove optional switches and have all of zuper loaded anyway. Then this should be merged

jaromil commented 8 years ago

ok we moved zuper as submodule (loaded from /usr/share/zuper) and applied this change by hand.