From bf348c0c5b49b39c3e8f3521ce90b99640c76fb3 Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 24 Nov 2022 21:46:18 +0100 Subject: [PATCH] testing --- debian/scripts/iobroker_startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/scripts/iobroker_startup.sh b/debian/scripts/iobroker_startup.sh index 434bb62..3459078 100644 --- a/debian/scripts/iobroker_startup.sh +++ b/debian/scripts/iobroker_startup.sh @@ -391,6 +391,7 @@ if [[ "$usbdevices" != "" && "$usbdevices" != "none" ]]; then if [[ "$debug" == "true" ]]; then echo "[DEBUG] Permissions set to: " $(ls -al $i); fi else echo "Looks like the device \""$i"\" does not exist." + ls -al $i echo "Please check your container config and start over." echo "For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/)." stop_on_error