Including functions.sh, forgot to add it before.
This commit is contained in:
parent
989f26d87b
commit
93a73a9749
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
LH_BASE="${LH_BASE:-/usr/share/live-helper}"
|
||||
|
||||
for FUNCTION in "${LH_BASE}"/functions/*.sh
|
||||
do
|
||||
. "${FUNCTION}"
|
||||
done
|
Loading…
Reference in New Issue