mirror of
https://github.com/towalink/wgfrontend.git
synced 2025-10-02 22:56:18 +00:00
Fix extra brackets
This commit is contained in:
@@ -14,9 +14,9 @@ def get_startupscript_wgfrontend():
|
||||
template = r'''
|
||||
#!/sbin/openrc-run
|
||||
|
||||
depend() {{
|
||||
depend() {
|
||||
need net
|
||||
}}
|
||||
}
|
||||
|
||||
name=$RC_SVCNAME
|
||||
command="wgfrontend"
|
||||
|
Reference in New Issue
Block a user