We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced2c41 commit 8b32680Copy full SHA for 8b32680
src/files/usr/local/pkg/wireguard/wg_globals.inc
@@ -36,7 +36,8 @@ $wgg = array(
36
'script_path' => '/usr/local/etc',
37
'earlyshellcmds' => array('/usr/local/etc/rc.bootstrap_wireguard', '/usr/local/etc/rc.reload_wireguard'),
38
'pkg_scripts' => array('/usr/local/etc/rc.reload_wireguard'),
39
- 'extra_scripts' => array('/usr/local/pkg/wireguard/etc/rc.bootstrap_wireguard')
+ 'extra_scripts' => array('/usr/local/pkg/wireguard/etc/rc.bootstrap_wireguard'),
40
+ 'verbose' => false
41
);
42
43
?>
0 commit comments