summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorHolger Cremer <HolgerCremer@gmail.com>2018-07-26 20:09:26 +0200
committerHolger Cremer <HolgerCremer@gmail.com>2018-07-26 20:09:26 +0200
commitbb55e121576a5b5d225bfc68c5062f386cc32db9 (patch)
tree21fe043175183944fe2d9fc0a2e08012c3d195fd /docker
parent567dadcd9d8816b447591c266c9ffd5a1c290390 (diff)
downloadserial-barcode-scanner-bb55e121576a5b5d225bfc68c5062f386cc32db9.tar.bz2
adds an inventory function
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/init.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/init.sh b/docker/init.sh
index 15b7741..49a3aa1 100755
--- a/docker/init.sh
+++ b/docker/init.sh
@@ -5,6 +5,8 @@ make install
cd config
make install
+export LD_LIBRARY_PATH=/mnt/serial-barcode-scanner/libcairobarcode
+
cd ../..
dbus-daemon --system
echo "Ready!"