Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
cyclobs
extract_cyclones
Commits
174d233d
Commit
174d233d
authored
Sep 09, 2020
by
CEVAER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exits when database URL not defined or automatically set.
parent
7b6682bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
bin/startExtractSmapCyclone.sh
bin/startExtractSmapCyclone.sh
+5
-0
No files found.
bin/startExtractSmapCyclone.sh
View file @
174d233d
...
...
@@ -26,6 +26,11 @@ if [ -z "$DATABASE_URL" ] ; then
fi
echo
"Database URL :
$DATABASE_URL
"
if
[
-z
"
$DATABASE_URL
"
]
;
then
echo
"Error : database URL not defined. Exiting."
exit
1
fi
if
[
-z
"
$output_path
"
]
;
then
echo
"The output path is not defined, define it with -o <output_path>"
exit
1
...
...
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