From 1017d1d373505ef558fec96f7417573b5e186e35 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 13 Jan 2022 21:52:21 +0100 Subject: [PATCH] Updated path --- rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.local b/rc.local index 63a2b3d..2e5c005 100755 --- a/rc.local +++ b/rc.local @@ -37,7 +37,7 @@ python3 setup.py build python3 setup.py install # Copy image files to installed plugin because this is not done automatically -cp wifi-printer/*.png /usr/local/lib/python3.9/dist-packages/trackerjacker-1.9.0-py3.9.egg/trackerjacker/plugins/ +cp /tmp/wifi-printer/*.png /usr/local/lib/python3.9/dist-packages/trackerjacker-1.9.0-py3.9.egg/trackerjacker/plugins/ # Automatically start trackerjacker on startup cp -f wifi-printer/rc.local.new /etc/rc.local