diff --git a/devel/upload b/devel/upload index 86b92952ac2ba2cb8471ec91cafeecfe3179fb18..9543ea9c7bf3cb7f986cad572f1635be648d7366 100755 --- a/devel/upload +++ b/devel/upload @@ -23,7 +23,7 @@ # Usage: upload.sh node-{1,2,3} # it will upload the python libraries to # $prefix/lib/python2.4/site-packages/ganeti and the command line utils to -# $prefix/bin. It needs passwordless root login to the nodes. +# $prefix/sbin. It needs passwordless root login to the nodes. set -e TXD=`mktemp -d`