Start apache2 rather than restart apache2.
authorJason Stephenson <jason@sigio.com>
Wed, 5 Dec 2018 16:03:29 +0000 (11:03 -0500)
committerJason Stephenson <jason@sigio.com>
Wed, 5 Dec 2018 16:03:29 +0000 (11:03 -0500)
commit5b483548427107702a4c48b2c5f62e0541c523c3
tree2bceb5e394e3bc843339f13c3896a090cb796064
parent488b375a0147752d79fffae04a3c403a6feee0fd
Start apache2 rather than restart apache2.

Since apache2 is stopped higher up in the buildeg.sh script, we change
to starting apache2 towards the end.  Restart worked, but start makes
more sense.

Signed-off-by: Jason Stephenson <jason@sigio.com>
scripts/postbuild.sh