Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
c36351f5
Commit
c36351f5
authored
Oct 07, 2011
by
Nikos Skalkotos
Browse files
Fix minor typos in update-helper script
parent
152c17de
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-image-host/snf-image-update-helper.in
View file @
c36351f5
...
...
@@ -21,11 +21,11 @@ This program will overwrite the following files:
EOF
while
[[
1
]]
;
do
echo
-n
"Do you want to continue [y/N]?"
echo
-n
"Do you want to continue [y/N]?
"
read
answer
[
"
$(
echo
-n
"
$answer
"
|
tr
[
A-Z]
[
a-z]
)
"
=
"y"
]
&&
break
if
[
-z
"
$answer
"
-o
"
$(
echo
-n
"
$answer
"
|
tr
[
A-Z]
[
a-z]
)
"
=
"n"
]
;
then
log_error
"Abor
d
."
log_error
"Abor
t
."
exit
1
fi
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment