copy all files to storage
This commit is contained in:
@@ -93,8 +93,8 @@ fi
|
|||||||
popd >> /dev/null
|
popd >> /dev/null
|
||||||
|
|
||||||
# copy output to storage
|
# copy output to storage
|
||||||
cp "$output_directory_touser"/*.csv "$storage_directory"/
|
cp "$output_directory_touser"/* "$storage_directory"/
|
||||||
cp "$output_directory_nottouser"/*.csv "$storage_directory"/
|
cp "$output_directory_nottouser"/* "$storage_directory"/
|
||||||
|
|
||||||
# notify given url of completion
|
# notify given url of completion
|
||||||
if [ -z "$notify_url" ]; then
|
if [ -z "$notify_url" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user