1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Minor: update comment block

This commit is contained in:
billz 2019-11-17 10:11:52 +00:00
parent d10d349e9a
commit 844182f704

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