From 9a975badfb8b123e63b3b2ddd6d24627305d5b27 Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Thu, 20 Oct 2016 20:55:05 +0100 Subject: automated: fixed typing mistake in lamp.sh Change-Id: I7b0e1ef082f8c0f18f5b37eeedb81738553bec5c Signed-off-by: Milosz Wasilewski --- automated/linux/lamp/lamp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'automated') diff --git a/automated/linux/lamp/lamp.sh b/automated/linux/lamp/lamp.sh index 2601e0b..02ffc63 100755 --- a/automated/linux/lamp/lamp.sh +++ b/automated/linux/lamp/lamp.sh @@ -53,8 +53,8 @@ fi cp ./html/* /var/www/html/ # Test Apache. -curl -o "${OUPUT}/index.html" "http://localhost/index.html" -grep "Test Page for the Apache HTTP Server" "${OUPUT}/index.html" +curl -o "${OUTPUT}/index.html" "http://localhost/index.html" +grep "Test Page for the Apache HTTP Server" "${OUTPUT}/index.html" check_return "apache2-test-page" # Test MySQL. -- cgit v1.2.3