Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bnachtw
dsmci
Commits
d7d57bb6
Commit
d7d57bb6
authored
Nov 21, 2019
by
bnachtw
Browse files
corrected recording of cmd line for each childlog file
parent
279276ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
perl/dev-dsmci.pl
View file @
d7d57bb6
...
...
@@ -751,10 +751,8 @@ sub fork_backup_threads
$dir
=~
s{\$}{\\\$}g
;
# backup commandline
$command
=
"
\"
$dsmcbin
\"
i
\"
$dir
\"
-optfile=
\"
$optfile
\"
-su=
$switcher
>
$log_filename
2>&1
";
$command
=
"
\"
$dsmcbin
\"
i
\"
$dir
\"
-optfile=
\"
$optfile
\"
-su=
$switcher
>>
$log_filename
2>&1
";
# record commandline in childlogfile
open
$CHILDLOGFILE
,
"
>
",
$log_filename
;
printf
$CHILDLOGFILE
"
CMD: >>%s<<
\n\n
",
$command
;
...
...
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