projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e1991
)
xenserver: Fix typo in prompt
author
Justin Pettit
<jpettit@nicira.com>
Mon, 26 Apr 2010 23:42:05 +0000
(16:42 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Mon, 26 Apr 2010 23:42:05 +0000
(16:42 -0700)
xenserver/etc_init.d_openvswitch
patch
|
blob
|
history
diff --git
a/xenserver/etc_init.d_openvswitch
b/xenserver/etc_init.d_openvswitch
index c97298852d505e23c6b70c068503a63f0e101f1f..27048e7ec394fe400f367247481232bae6a8fad7 100755
(executable)
--- a/
xenserver/etc_init.d_openvswitch
+++ b/
xenserver/etc_init.d_openvswitch
@@
-285,7
+285,7
@@
Restarting Open vSwitch on a live server is not guaranteed to work. It is
provided as a convenience for those situations in which it does work.
EOF
- read -s -r -n 1 -p "Co
u
ntinue with restart (y/N): " response
+ read -s -r -n 1 -p "Continue with restart (y/N): " response
printf "\n"
case "$response" in
y|Y)