mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 19:09:02 +02:00
correct quoting
This commit is contained in:
4
debian/scripts/setup_zwave.sh
vendored
4
debian/scripts/setup_zwave.sh
vendored
@@ -5,12 +5,12 @@ then
|
||||
echo '[setup_zwave.sh] Openzwave is already installed. Nothing to do here.'
|
||||
else
|
||||
echo -n '[setup_zwave.sh] Openzwave is NOT installed. Going to install it now... '
|
||||
cd /opt
|
||||
cd /opt || exit
|
||||
curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.1007.tar.gz
|
||||
tar -xf openzwave-1.6.1007.tar.gz && rm openzwave-1.6.1007.tar.gz
|
||||
cd openzwave-1.6.1007 && make > /dev/null 2>&1 && make install > /dev/null 2>&1
|
||||
ldconfig /usr/local/lib64
|
||||
cd /opt/iobroker
|
||||
cd /opt/iobroker || exit
|
||||
echo 'Done.'
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user