From 5b483548427107702a4c48b2c5f62e0541c523c3 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 5 Dec 2018 11:03:29 -0500 Subject: [PATCH] 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 --- scripts/postbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postbuild.sh b/scripts/postbuild.sh index fa3bb7a..42a2fcf 100755 --- a/scripts/postbuild.sh +++ b/scripts/postbuild.sh @@ -191,7 +191,7 @@ sudo -b /usr/local/bin/websocketd --port 7682 --ssl \ # Start Evergreen up! osrf_control --localhost --start-all /openils/bin/autogen.sh -sudo systemctl restart apache2 +sudo systemctl start apache2 # Setup crontab sed -e '/^OPENILS/i\\ -- 2.11.0