pstsrv: fix variable name
This commit is contained in:
parent
66ee27664d
commit
2231ee3e8d
@ -62,7 +62,7 @@ do_upload()
|
||||
$uploader - || rc=1
|
||||
else
|
||||
for arg; do
|
||||
$upload "$arg" || rc=1
|
||||
$uploader "$arg" || rc=1
|
||||
done
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user