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
27b1de98
Commit
27b1de98
authored
Oct 06, 2011
by
Nikos Skalkotos
Browse files
Fix tasks directory existence check
parent
3b0420ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-image-helper/snf-image-helper.in
View file @
27b1de98
...
@@ -58,7 +58,7 @@ CLEANUP+=("rmdir $target")
...
@@ -58,7 +58,7 @@ CLEANUP+=("rmdir $target")
export
SNF_IMAGE_TARGET
=
$target
export
SNF_IMAGE_TARGET
=
$target
if
[
!
-d
"
/usr/lib/snf-image/
tasks"
]
;
then
if
[
!
-d
"
@
tasks
dir@
"
]
;
then
log_error
"snf-image/tasks directory is missing"
log_error
"snf-image/tasks directory is missing"
fi
fi
...
...
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