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
b2635f72
Commit
b2635f72
authored
Dec 19, 2011
by
Nikos Skalkotos
Browse files
Fix a small typo in an error message.
parent
a27e4ee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-image-helper/snf-image-helper.in
View file @
b2635f72
...
...
@@ -77,7 +77,7 @@ trap '{ umount "$target"; }' ERR
if
[
-z
"
$SNF_IMAGE_PROPERTY_EXCLUDE_ALL_TASKS
"
]
;
then
if
[[
!
"
$SNF_IMAGE_PROPERTY_OSFAMILY
"
=
~ ^
(
linux|windows
)
$
]]
;
then
log_error
"Supported values for OSFAMILY propert
r
y are: linux|windows"
log_error
"Supported values for OSFAMILY property are: linux|windows"
fi
# Redirect standard error to standard output,
...
...
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