forked from Github_Repos/cvw
small bugfix to suggested sudo commands for linux testvectors
This commit is contained in:
parent
742b9d884d
commit
91f327e109
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user