mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Minor: update comment block
This commit is contained in:
parent
d10d349e9a
commit
844182f704
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue