From 2231ee3e8dfc9e8dff6e037fd0bc202dbe5c0af1 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 25 Apr 2020 22:41:10 +0000 Subject: [PATCH] pstsrv: fix variable name --- bin/pstsrv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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