Skip to content
Snippets Groups Projects
Commit 4a160927 authored by Guido Trotter's avatar Guido Trotter
Browse files

Fix a typo in a devel/upload comment

Files are uploaded to $prefix/sbin, not $prefix/bin

Reviewed-by: iustinp
parent c0f74c55
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment