mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-20 19:59:11 +02:00
small fixes
This commit is contained in:
3
debian/scripts/iobroker_startup.sh
vendored
3
debian/scripts/iobroker_startup.sh
vendored
@@ -291,7 +291,7 @@ else
|
||||
fi
|
||||
|
||||
# extended debug output
|
||||
if [[ "$debug" == "true" ]]; then
|
||||
if [[ "$debug" == "true" && "$multihost" != "slave" ]]; then
|
||||
echo "[DEBUG] Collecting some more ioBroker debug information... "
|
||||
echo ' '
|
||||
# get information and send to array
|
||||
@@ -393,7 +393,6 @@ if [[ "$usbdevices" != "" && "$usbdevices" != "none" ]]; then
|
||||
echo "Looks like the device \""$i"\" does not exist."
|
||||
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/)."
|
||||
if [[ "$debug" == "true" ]]; then echo "[DEBUG] Device info: " $(ls -al $i); fi
|
||||
stop_on_error
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user