Skip to content

Commit dfe061f

Browse files
committed
fix: make iscsiadm script work with any POSIX shell
1 parent f2ece2e commit dfe061f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/iscsiadm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
iscsid_pid=$(pgrep iscsid)
44

5-
if [ -z "${iscsid_pid}"]; then
5+
if [ -z "${iscsid_pid}" ]; then
66
>&2 echo ERROR: Cannot find iscsid PID
77
exit 1
88
fi

0 commit comments

Comments
 (0)