1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Use sudo...

This commit is contained in:
Brad Warren
2017-01-05 11:47:28 -08:00
parent 3b460cea71
commit 2e23a295d3

View File

@@ -24,7 +24,7 @@ cd tests/letstest/testdata/
# 2. refer to the config with the same level of relativitity that it itself
# 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`
REVOKED=`echo "$OUT" | grep REVOKED | wc -l`