10 lines
220 B
Text
10 lines
220 B
Text
|
Index: test/test_agent.sh
|
||
|
--- test/test_agent.sh.orig
|
||
|
+++ test/test_agent.sh
|
||
|
@@ -1,4 +1,4 @@
|
||
|
#!/bin/bash
|
||
|
|
||
|
-pkexec --user root /usr/bin/pk-example-frobnicate
|
||
|
+pkexec --user root ${LOCALBASE}/bin/pk-example-frobnicate
|
||
|
|