mirror of
https://github.com/towalink/wgfrontend.git
synced 2025-04-19 08:55:11 +00:00
Fix extra brackets
This commit is contained in:
parent
eb20ae30a4
commit
3ebb9a03a9
@ -14,9 +14,9 @@ def get_startupscript_wgfrontend():
|
|||||||
template = r'''
|
template = r'''
|
||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
depend() {{
|
depend() {
|
||||||
need net
|
need net
|
||||||
}}
|
}
|
||||||
|
|
||||||
name=$RC_SVCNAME
|
name=$RC_SVCNAME
|
||||||
command="wgfrontend"
|
command="wgfrontend"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user