From b293e659ffd1d356d87c1dbd25de98de39ca20e8 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Mon, 18 Apr 2016 11:14:47 -0400 Subject: [PATCH] copy all files to storage --- Core/Remote/piscal_launcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Remote/piscal_launcher.sh b/Core/Remote/piscal_launcher.sh index 4f2e5e0..231132d 100644 --- a/Core/Remote/piscal_launcher.sh +++ b/Core/Remote/piscal_launcher.sh @@ -93,8 +93,8 @@ fi popd >> /dev/null # copy output to storage -cp "$output_directory_touser"/*.csv "$storage_directory"/ -cp "$output_directory_nottouser"/*.csv "$storage_directory"/ +cp "$output_directory_touser"/* "$storage_directory"/ +cp "$output_directory_nottouser"/* "$storage_directory"/ # notify given url of completion if [ -z "$notify_url" ]; then