Removed mod4 from regular a2enmod line

This commit is contained in:
Kyle Warwick-Mathieu
2015-04-09 21:30:12 -04:00
parent a9c132eb44
commit 78c0c0a436

View File

@@ -51,7 +51,7 @@ clear
echo "Okay! Lets hope nothing broke during this process..."
sleep 5s
echo "Now lets enable some modules so we can make all of this work..."
a2enmod $mod1 $mod2 $mod3 $mod4
a2enmod $mod1 $mod2 $mod3
if [ $? != "0"] then:
a2enmod $mod4
fi