Minor: update comment block

This commit is contained in:
billz 2019-11-17 10:11:52 +00:00
parent d10d349e9a
commit 844182f704
1 changed files with 4 additions and 3 deletions

View File

@ -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