sourcing helper-scripts

This commit is contained in:
Gerhard Hoffmann 2022-06-02 15:59:11 +02:00
parent 5162d71b1c
commit 94a260b552

View File

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