Skip to content

Commit 8b32680

Browse files
committed
Add a future global for verbosity, might eb useful for debugging
1 parent ced2c41 commit 8b32680

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/files/usr/local/pkg/wireguard/wg_globals.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ $wgg = array(
3636
'script_path' => '/usr/local/etc',
3737
'earlyshellcmds' => array('/usr/local/etc/rc.bootstrap_wireguard', '/usr/local/etc/rc.reload_wireguard'),
3838
'pkg_scripts' => array('/usr/local/etc/rc.reload_wireguard'),
39-
'extra_scripts' => array('/usr/local/pkg/wireguard/etc/rc.bootstrap_wireguard')
39+
'extra_scripts' => array('/usr/local/pkg/wireguard/etc/rc.bootstrap_wireguard'),
40+
'verbose' => false
4041
);
4142

4243
?>

0 commit comments

Comments
 (0)