From 94a260b55242c57b01f04738a861dc13e4cf1e30 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 2 Jun 2022 15:59:11 +0200 Subject: [PATCH] sourcing helper-scripts --- UpdateController.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 - - -