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