mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-09-13 13:45:25 -05:00
Removed mod4 from regular a2enmod line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user