diff --git a/scripts/getcert.sh b/scripts/getcert.sh index 8ca40f2..0f61d55 100644 --- a/scripts/getcert.sh +++ b/scripts/getcert.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh systemctl stop nginx certbot certonly -n --standalone --agree-tos -d $1 -m $2