Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit 9578e20

Browse files
committed
no sudo in stanalone
1 parent c82eb71 commit 9578e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2gun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ preinstall() {
218218
get_cert_standalone() {
219219
# use standalone mode to issue cert
220220
colorEcho ${BLUE} "Issuing certificate"
221-
${sudoCmd} /root/.acme.sh/acme.sh --issue -d "$1" --standalone --keylength ec-256
221+
~/.acme.sh/acme.sh --issue -d "$1" --standalone --keylength ec-256
222222
}
223223

224224
get_cert() {

0 commit comments

Comments
 (0)