sourcing helper-scripts
This commit is contained in:
parent
5162d71b1c
commit
94a260b552
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user