Skip to content

Commit

Permalink
Add Debian support to enable_ssl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Nov 25, 2024
1 parent e2688b3 commit c92db1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/server/enable_ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ get_new_certificate(){
# install letsencrypt and get the certificate
echo "creating new certificate"
distro
if [ "$ID" == "ubuntu" ]; then
if [[ "$ID" == "ubuntu" || "$ID" == "debian" ]]; then

$SUDO apt-get update -qq -y
output
Expand Down

0 comments on commit c92db1a

Please sign in to comment.