From 844182f704884581f44f5273077252776cd1da59 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 17 Nov 2019 10:11:52 +0000 Subject: [PATCH] Minor: update comment block --- installers/configport.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/installers/configport.sh b/installers/configport.sh index add2d309..999726ce 100755 --- a/installers/configport.sh +++ b/installers/configport.sh @@ -1,7 +1,8 @@ #!/bin/bash -# Updates lighttpd server.port and restarts the service in a predictable manner - -PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +# +# Updates lighttpd server.port and restarts the service +# @author billz +# license: GNU General Public License v3.0 server_port=$1 lighttpd_conf=$2