Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
C3SL
usql-manager
Commits
0b900e08
Commit
0b900e08
authored
Jul 25, 2019
by
Lucas Fernandes de Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#14
: Fix named pipe on create task
Signed-off-by:
Lucas Fernandes de Oliveira
<
lfoliveira@inf.ufpr.br
>
parent
4fddbb15
Pipeline
#21078
passed with stage
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/drop.sh
src/drop.sh
+1
-0
No files found.
src/drop.sh
View file @
0b900e08
...
@@ -20,6 +20,7 @@ dropDB() {
...
@@ -20,6 +20,7 @@ dropDB() {
# If a error occurs will be sent to error.out
# If a error occurs will be sent to error.out
# If error.out is not empty, should return a error
# If error.out is not empty, should return a error
cat
$tmpWS
/error.out |
grep
-v
"drop cascades to"
egrep
.
$tmpWS
/error.out
egrep
.
$tmpWS
/error.out
if
[[
$?
-eq
0
]]
;
then
if
[[
$?
-eq
0
]]
;
then
error
=
1
error
=
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