mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Verbosity
This commit is contained in:
parent
bbf25a2c5e
commit
4bdd96a29e
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ if [ "$1" = --debian-modules ] ; then
|
|||
sudo apt-get install -y libapache2-mod-macro
|
||||
|
||||
for mod in ssl rewrite macro wsgi deflate userdir version mime setenvif ; do
|
||||
echo -n enabling $mod
|
||||
sudo a2enmod $mod
|
||||
done
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue