Skip to content
Snippets Groups Projects
Commit f76de558 authored by Haarst, Jan van's avatar Haarst, Jan van
Browse files

Fix log writing of file extraction

parent 41c22d42
Branches
No related tags found
No related merge requests found
......@@ -72,10 +72,11 @@ if test -e $lockfile
# Unpack the retrieved set
for NAME in *.tar.gz
do
${TAR} ${tar_options} ${NAME} | tee - $logfile
${TAR} ${tar_options} ${NAME} | tee --append $logfile
done
# remove the lockfile.
rm $lockfile
# done
exit
# remove the lockfile.
rm $lockfile
# done
exit
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment