diff --git a/UpdateController.sh b/UpdateController.sh index 028fabb..89b20a5 100755 --- a/UpdateController.sh +++ b/UpdateController.sh @@ -3,7 +3,9 @@ set -x fifo="" -GIT_SSL_NO_VERIFY=true +source ./git_helpers.sh +source ./opkg_helpers.sh +source ./update_helpers.sh init_fifo () { trap "rm -f $fifo" EXIT @@ -329,10 +331,8 @@ if [ $# -ne 1 ] ; then exit 1 else if read_config "$1" ; then + init_fifo UpdateController fi fi - - -