Fix typo in shebang
This commit is contained in:
parent
daa3eeb2a0
commit
21e3f1fc24
|
|
@ -1,4 +1,4 @@
|
||||||
#/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
systemctl stop nginx
|
systemctl stop nginx
|
||||||
certbot certonly -n --standalone --agree-tos -d $1 -m $2
|
certbot certonly -n --standalone --agree-tos -d $1 -m $2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue