diff --git a/bin/pstsrv.sh b/bin/pstsrv.sh index 0ce5795..56e73e7 100644 --- a/bin/pstsrv.sh +++ b/bin/pstsrv.sh @@ -62,7 +62,7 @@ do_upload() $uploader - || rc=1 else for arg; do - $upload "$arg" || rc=1 + $uploader "$arg" || rc=1 done fi