mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-09-09 11:45:20 -05:00
Fixed if statement
This commit is contained in:
@@ -52,7 +52,7 @@ 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
|
||||
if [ $? != "0"] then:
|
||||
if [ $? != "0" ] ; then
|
||||
a2enmod $mod4
|
||||
fi
|
||||
echo "Great! Everything appears to be set up as far as Apache"
|
||||
|
||||
Reference in New Issue
Block a user