Update iobroker_startup.sh

This commit is contained in:
Andre
2019-11-25 17:56:32 +01:00
committed by GitHub
parent 983b16d461
commit 63b4c7edf5

View File

@@ -168,7 +168,7 @@ fi
# Checking for enabled zwave-support
if [ "$zwave" = "true" ]
then
echo "ZWave is activated by ENV."
echo "Z-Wave is activated by ENV."
chmod 764 /opt/scripts/setup_zwave.sh
sh /opt/scripts/setup_zwave.sh
echo "Done."