Re-add missing argument to apache_install function
This commit is contained in:
parent
6c417e02e4
commit
805933b501
|
@ -145,7 +145,7 @@ if [ "$1" = configure ] || [ "$1" = reconfigure ]; then
|
|||
webserver=${webserver%,}
|
||||
# Currently we only support apache2
|
||||
if [ "$webserver" = "apache2" ] ; then
|
||||
apache_install
|
||||
apache_install $1
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue