small fixes

This commit is contained in:
buanet
2019-10-23 11:50:31 +02:00
parent 7b0f8f5ba9
commit 90458ae6b7
9 changed files with 30 additions and 36 deletions

View File

@@ -145,7 +145,6 @@ echo ' '
if [ "$avahi" = "true" ]
then
echo "Avahi-daemon is activated by ENV."
echo "Initializing Avahi-Daemon..."
chmod 764 /opt/scripts/setup_avahi.sh
sh /opt/scripts/setup_avahi.sh
echo "Done."
@@ -155,7 +154,6 @@ fi
if [ "$zwave" = "true" ]
then
echo "ZWave is activated by ENV."
echo "Initializing ZWave-support..."
chmod 764 /opt/scripts/setup_zwave.sh
sh /opt/scripts/setup_zwave.sh
echo "Done."