Fix syntax error

This commit is contained in:
Admin - Eyþór Ívarsson 2017-03-23 11:47:21 +00:00
parent 8f89f773e3
commit 343c42339f
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ if [ $? != 0 ]; then
exit $STATE_UNKNOWN
fi
echo "MULTIPATH: $(MULTIPATH -ll 2>&1)"
echo "MULTIPATH: $($MULTIPATH -ll 2>&1)"
exit $STATE_UNKNOWN
fi