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
baf8926c
Commit
baf8926c
authored
Nov 23, 2011
by
Nikos Skalkotos
Browse files
Fix a syntax error introduced in the commit 78e9f
parent
78e9f209
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-image-host/common.sh.in
View file @
baf8926c
...
...
@@ -121,7 +121,7 @@ get_api20_arguments() {
IMG_ID=$OSP_IMG_ID
IMG_FORMAT=$OSP_IMG_FORMAT
IMG_PASSWD=$OSP_IMG_PASSWD
if [ -n "$OSP_IMG_PROPERTIES" ]
if [ -n "$OSP_IMG_PROPERTIES" ]
; then
IMG_PROPERTIES="$OSP_IMG_PROPERTIES"
fi
if [ -n "$OSP_IMG_PERSONALITY" ]; then
...
...
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