Fix script runtime path
This commit is contained in:
parent
6d665c1709
commit
8f7d1c3501
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/osr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
CMD="certbot certonly --webroot -w /var/www/html"
|
CMD="certbot certonly --webroot -w /var/www/html"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue