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