We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ece2e commit dfe061fCopy full SHA for dfe061f
files/iscsiadm
@@ -2,7 +2,7 @@
2
3
iscsid_pid=$(pgrep iscsid)
4
5
-if [ -z "${iscsid_pid}"]; then
+if [ -z "${iscsid_pid}" ]; then
6
>&2 echo ERROR: Cannot find iscsid PID
7
exit 1
8
fi
0 commit comments