You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
755 B
22 lines
755 B
From f812e271cb9d51365b70f0ee82bb2fd30209ba06 Mon Sep 17 00:00:00 2001 |
|
From: Harald Hoyer <harald@redhat.com> |
|
Date: Tue, 28 Jan 2014 12:14:07 +0100 |
|
Subject: [PATCH] iscsi/iscsiroot.sh: beautify warning |
|
|
|
--- |
|
modules.d/95iscsi/iscsiroot.sh | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/modules.d/95iscsi/iscsiroot.sh b/modules.d/95iscsi/iscsiroot.sh |
|
index 60a180dd..8b743323 100755 |
|
--- a/modules.d/95iscsi/iscsiroot.sh |
|
+++ b/modules.d/95iscsi/iscsiroot.sh |
|
@@ -56,7 +56,7 @@ handle_firmware() |
|
done |
|
|
|
if ! iscsistart -b $iscsi_param; then |
|
- warn "\`iscsistart -b $iscsi_param\´ failed" |
|
+ warn "'iscsistart -b $iscsi_param' failed" |
|
fi |
|
|
|
if [ -d /sys/class/iscsi_session ]; then
|
|
|