Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2d42edb authored by Allen Hubbe's avatar Allen Hubbe Committed by Jon Mason
Browse files

NTB: ntb_test: modprobe on remote host

parent 6f7da290
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -85,6 +85,10 @@ set -e
function _modprobe()
{
        modprobe "$@"

	if [[ "$REMOTE_HOST" != "" ]]; then
		ssh "$REMOTE_HOST" modprobe "$@"
	fi
}

function split_remote()