Add the -f (force) flag to a2dismod to remove the chance of getting
a confirmation prompt when removing deflate.
Signed-off-by: Josh Stompro <stomproj@larl.org>
# link the apache modules in
for m in $(DEB_APACHE_MODS); do a2enmod $$m; done;
# keep the bad apache modules away
- for m in $(DEB_APACHE_DISMODS); do a2dismod $$m; done;
+ for m in $(DEB_APACHE_DISMODS); do a2dismod -f $$m; done;
# keep the bad apache configs away
for m in $(DEB_APACHE_DISCONF); do a2disconf $$m; done;
# refresh the dynamic library cache