summaryrefslogtreecommitdiff
path: root/automated/linux/lamp/lamp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/lamp/lamp.sh')
-rwxr-xr-xautomated/linux/lamp/lamp.sh4
1 files changed, 2 insertions, 2 deletions
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.