We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66091a4 commit e59763eCopy full SHA for e59763e
1 file changed
bin/wireguarode.js
@@ -47,6 +47,7 @@ program.command('reload')
47
.description('Reload Wireguard')
48
.action((options) => {
49
wireguard.saveConfig();
50
+ wireguard.generateFiles();
51
wireguard.reload();
52
});
53
0 commit comments