mirror of
https://github.com/certbot/certbot.git
synced 2026-03-09 01:31:18 -04:00
Use sudo...
This commit is contained in:
parent
3b460cea71
commit
2e23a295d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue