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 #!/bin/bash
# Updates lighttpd server.port and restarts the service in a predictable manner #
# Updates lighttpd server.port and restarts the service
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # @author billz
# license: GNU General Public License v3.0
server_port=$1 server_port=$1
lighttpd_conf=$2 lighttpd_conf=$2