Fix extra brackets

This commit is contained in:
Henri 2021-02-18 21:42:22 +01:00
parent eb20ae30a4
commit 3ebb9a03a9

View File

@ -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"