From 1c99b6f9cdd5f95166bd988d34aec61d73edfcfe Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 21 Mar 2017 18:35:53 +1300 Subject: [PATCH] stop tailing logs on provision script --- post_launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_launch.sh b/post_launch.sh index 92c12a31..6c8a4422 100644 --- a/post_launch.sh +++ b/post_launch.sh @@ -31,5 +31,5 @@ wp --allow-root plugin activate wordpress-static-html-output #wp --allow-root plugin install static-html-output-plugin --activate # OPTIONAL: run log apache errors -tail -f /var/log/apache2/error.log +#tail -f /var/log/apache2/error.log