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
OSUG
RESIF
datadump
Commits
4acbdbfc
Commit
4acbdbfc
authored
Jul 10, 2019
by
Jonathan Schaeffer
Browse files
Minor fixes
parent
9cc1805f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/resifdatadump
View file @
4acbdbfc
...
...
@@ -25,7 +25,7 @@ irods_push(){
KEY
=
$1
SIZE
=
$(
stat
-c
%s
$RESIFDD_WORKDIR
/
$KEY
.tar
)
SIZEMB
=
$((
$SIZE
/
1024
/
1024
))
echo
"[
$KEY
] Sending data to iRODS (
$SIZE
MB)"
echo
"[
$KEY
] Sending data to iRODS (
$SIZE
MB
MB)"
imkdir
-p
$KEY
if
[[
$?
-ne
0
]]
;
then
echo
"[
$KEY
] Error 002 creating remote directory. Manual action has to be taken."
...
...
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