moving changes to different architectures

This commit is contained in:
andre
2019-11-27 21:47:51 +01:00
parent 320717d8bc
commit 95af2c3acf
9 changed files with 155 additions and 85 deletions

View File

@@ -2,7 +2,7 @@
echo "Checking openzwave installation state..."
if [ -f /usr/local/lib64 ]
if [ -e /usr/local/lib64 ]
then
echo "Openzwave is already installed..."
else
@@ -16,4 +16,4 @@ else
# echo "Openzwave is now installed..."
fi
exit 0
exit 0