This commit is contained in:
buanet
2022-11-29 22:56:30 +01:00
parent d6ac4c2445
commit a8a3631665

View File

@@ -391,7 +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."
echo "Did you mount it correctly by using the \"--device\" flag?"
echo "Did you mount it correctly by using the \"--device\" option?"
echo "For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/#mounting-usb-devices)."
stop_on_error
fi