Skip to content

Commit

Permalink
fix some bugs essl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab authored Apr 20, 2024
1 parent 48bbf8e commit 0b11e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion essl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ else

sudo apt remove certbot || { echo "Error removing old certbot"; exit 1; }

sudo snap install --classic certbot || { echo "Error installing certbot via snap"; exit 1; }
sudo snap install certbot --classic || { echo "Error installing certbot via snap"; exit 1; }

sudo certbot certonly --standalone -d "$domain" || { echo "Error getting SSL certificate"; exit 1; }

Expand Down

0 comments on commit 0b11e48

Please sign in to comment.