Fix typo in shebang

pull/4/head
drunkendog 2023-08-25 23:10:27 +01:00
parent daa3eeb2a0
commit 21e3f1fc24
1 changed files with 1 additions and 1 deletions

View File

@ -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