From 587eec933bcbfd3a4909311777aa46dbef351dd7 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 19 Jan 2014 09:12:42 -0500 Subject: [PATCH] run dump as root to side-step permission problems --- ccid-dump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccid-dump.sh b/ccid-dump.sh index 8df6d01..8e928e5 100755 --- a/ccid-dump.sh +++ b/ccid-dump.sh @@ -1,4 +1,4 @@ #!/bin/sh -xe test -d dump || mkdir dump test -f dump/ccid || gcc -DTEST -Wall -Iinclude -lusb -g src/ccid/ccid-driver.c -o dump/ccid -./dump/ccid 2>&1 | tee dump/`hostname`.ccid +sudo ./dump/ccid 2>&1 | tee dump/`hostname`.ccid -- 2.20.1