small bugfix to suggested sudo commands for linux testvectors

This commit is contained in:
bbracker 2022-03-06 14:16:23 -08:00
parent 228f693f13
commit 3e1f4decf1

View File

@ -30,7 +30,7 @@ then
if [ ! $? -eq 0 ]; then if [ ! $? -eq 0 ]; then
echo "Error: insuffcient write privileges for linux testvector directory $tvDir !">&2 echo "Error: insuffcient write privileges for linux testvector directory $tvDir !">&2
echo "Please chmod it. For example:">&2 echo "Please chmod it. For example:">&2
echo " sudo chmod a+rw $tvDir">&2 echo " sudo chmod -R a+rw $tvDir">&2
exit 1 exit 1
fi fi