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