summaryrefslogtreecommitdiff
path: root/automated/linux/apache-apache-bench/apache-bench.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/apache-apache-bench/apache-bench.sh')
-rwxr-xr-xautomated/linux/apache-apache-bench/apache-bench.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/apache-apache-bench/apache-bench.sh b/automated/linux/apache-apache-bench/apache-bench.sh
index 551ce7f..2395efc 100755
--- a/automated/linux/apache-apache-bench/apache-bench.sh
+++ b/automated/linux/apache-apache-bench/apache-bench.sh
@@ -35,12 +35,12 @@ else
dist_name
# shellcheck disable=SC2154
case "${dist}" in
- Debian|Ubuntu)
+ debian|ubuntu)
pkgs="apache2 apache2-utils"
install_deps "${pkgs}"
systemctl restart apache2
;;
- CentOS|Fedora)
+ centos|fedora)
pkgs="httpd httpd-tools"
install_deps "${pkgs}"
systemctl start httpd.service