**** BEGIN LOGGING AT Sat Sep 24 02:59:57 2011 Sep 24 15:26:55 Hi, I have a quick question about writing a lua script. Sep 24 15:27:18 I can run the following command to get the value I want uci get -P /var/state/ fmg.minidlna.path Sep 24 15:27:34 how would I run that within a lua script? Sep 24 15:27:37 I've tried Sep 24 15:27:59 local usb = os.execute("uci get -P /var/state/ fmg.minidlna.path") Sep 24 15:28:27 but it runs the command rather that saving the result to the usb variable. Sep 24 15:28:49 thanks for any help Sep 24 15:59:54 Nevermind I found 'io.popen' :) **** ENDING LOGGING AT Sun Sep 25 02:59:57 2011