mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Use sudo...
This commit is contained in:
@@ -24,7 +24,7 @@ cd tests/letstest/testdata/
|
|||||||
|
|
||||||
# 2. refer to the config with the same level of relativitity that it itself
|
# 2. refer to the config with the same level of relativitity that it itself
|
||||||
# contains :/
|
# contains :/
|
||||||
OUT=`../../../venv/bin/certbot certificates -v --config-dir sample-config`
|
OUT=`sudo ../../../venv/bin/certbot certificates -v --config-dir sample-config`
|
||||||
TEST_CERTS=`echo "$OUT" | grep TEST_CERT | wc -l`
|
TEST_CERTS=`echo "$OUT" | grep TEST_CERT | wc -l`
|
||||||
REVOKED=`echo "$OUT" | grep REVOKED | wc -l`
|
REVOKED=`echo "$OUT" | grep REVOKED | wc -l`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user