aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Lindhé <andreas@lindhe.io>2017-10-28 11:59:58 +0200
committerAndreas Lindhé <andreas@lindhe.io>2017-10-28 12:00:15 +0200
commit05ec501e4f4ff021a1f4d84ab1115b09fa91cc3d (patch)
tree9896bd135a74c71a977553b5b20132503c118032
parent5ca65fc31cb248f37c9a7059c442679d6b3826c0 (diff)
downloadmidbro-05ec501e4f4ff021a1f4d84ab1115b09fa91cc3d.tar.gz
midbro-05ec501e4f4ff021a1f4d84ab1115b09fa91cc3d.tar.bz2
Add more comments in measure-packets.sh
-rw-r--r--broccoli/script/measure-packets.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/broccoli/script/measure-packets.sh b/broccoli/script/measure-packets.sh
index 0e77bf8..b3df4be 100644
--- a/broccoli/script/measure-packets.sh
+++ b/broccoli/script/measure-packets.sh
@@ -5,7 +5,9 @@
# sudo bash -c "$@"
# Or for remote execution:
# ssh -i ~/.ssh/id_rsa root@remote "$@"
-# Make sure that the command is executed by root.
+# Make sure that the command is executed by root, and that root has
+# ~/.ssh/id_rsa.
+# Also note that the remote tests assumes no sudo password needed.
function execute_command {
# bash -c "$@"