Skip to content

Commit

Permalink
Update pre-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGhedini committed Apr 6, 2020
1 parent 2b845a9 commit dce96b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ popd
function install_certbot_module(){
pushd /opt/
if [ "${REPO}" == 'apt' ]; then
/usr/libexec/webmin/install-module.pl certbot.wbm.gz
/usr/share/webmin/install-module.pl certbot.wbm.gz
elif [ "${REPO}" == 'rpm' ]; then
/usr/share/webmin/install-module.pl certbot.wbm.gz
/usr/libexec/webmin/install-module.pl certbot.wbm.gz
fi
popd
echo -e "Certbot is now installed. Go to Servers > Certbot to complete installation"
Expand Down

0 comments on commit dce96b9

Please sign in to comment.