summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/openbsd/bin/restart_apache.sh2
-rw-r--r--files/openbsd/bin/restart_apache_ssl.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/openbsd/bin/restart_apache.sh b/files/openbsd/bin/restart_apache.sh
index e12bd29..4dc936d 100644
--- a/files/openbsd/bin/restart_apache.sh
+++ b/files/openbsd/bin/restart_apache.sh
@@ -1,4 +1,4 @@
-#!/usr/local/bin/bash
+#!/bin/sh
ignoreout='Processing config'
apachectl restart 2>&1 | (egrep -v -e "_default_ VirtualHost overlap on port 443" -e "$ignoreout" -e "/usr/sbin/apachectl restart: httpd restarted" || true )
diff --git a/files/openbsd/bin/restart_apache_ssl.sh b/files/openbsd/bin/restart_apache_ssl.sh
index a54f28f..314018b 100644
--- a/files/openbsd/bin/restart_apache_ssl.sh
+++ b/files/openbsd/bin/restart_apache_ssl.sh
@@ -1,4 +1,4 @@
-#!/usr/local/bin/bash
+#!/bin/sh
ignoreout='Processing config'
apachectl restart 2>&1 | (egrep -v -e "_default_ VirtualHost overlap on port 443" -e "$ignoreout" -e "/usr/sbin/apachectl restart: httpd restarted" || true )