From 05ec501e4f4ff021a1f4d84ab1115b09fa91cc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Sat, 28 Oct 2017 11:59:58 +0200 Subject: Add more comments in measure-packets.sh --- broccoli/script/measure-packets.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 "$@" -- cgit v1.2.1