mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
replace s/ngnix/nginx/g (#1795)
This commit is contained in:
parent
5bd654c3b5
commit
02900de9a5
@ -6,7 +6,7 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ "$1" = "-help" ];
|
||||
echo "bonus.letsencrypt.sh [on|off]"
|
||||
echo "bonus.letsencrypt.sh issue-cert DNSSERVICE FULLDOMAINNAME APITOKEN ip|tor|ip&tor"
|
||||
echo "bonus.letsencrypt.sh remove-cert FULLDOMAINNAME ip|tor|ip&tor"
|
||||
echo "bonus.letsencrypt.sh refresh-ngnix-certs"
|
||||
echo "bonus.letsencrypt.sh refresh-nginx-certs"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -353,7 +353,7 @@ elif [ "$1" = "remove-cert" ]; then
|
||||
# REFRESH NGINX CERTS
|
||||
###################
|
||||
|
||||
elif [ "$1" = "refresh-ngnix-certs" ]; then
|
||||
elif [ "$1" = "refresh-nginx-certs" ]; then
|
||||
|
||||
# refresh nginx
|
||||
refresh_certs_with_nginx
|
||||
|
Loading…
Reference in New Issue
Block a user