lxc-auto: made init script compatible with image builder
authorMarc Benoit <redacted>
Mon, 5 Sep 2022 19:15:14 +0000 (15:15 -0400)
committerRosen Penev <redacted>
Fri, 4 Nov 2022 20:15:57 +0000 (13:15 -0700)
Signed-off-by: Marc Benoit <redacted>
utils/lxc/files/lxc-auto.init

index 7655a374f0681e72c2c5743eb9d7a88f5126ab8a..4983c5919663febf59ff065ee7d2dbb195ef8a85 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh /etc/rc.common
 
-. /lib/functions.sh
+. "${IPKG_INSTROOT}"/lib/functions.sh
 
 START=99
 STOP=00
git clone https://git.99rst.org/PROJECT