diff --git a/configs/hexchat-with-net.cfg b/configs/hexchat-with-net.cfg index 526f892..aa4f48f 100644 --- a/configs/hexchat-with-net.cfg +++ b/configs/hexchat-with-net.cfg @@ -152,6 +152,6 @@ seccomp_string: "} " seccomp_string: "DEFAULT ALLOW " exec_bin { - path: "/usr/bin/hexchat" - exec_fd: true + path: "/usr/bin/hexchat" + exec_fd: true } diff --git a/configs/xchat-with-net.cfg b/configs/xchat-with-net.cfg index f34489b..679d4d9 100644 --- a/configs/xchat-with-net.cfg +++ b/configs/xchat-with-net.cfg @@ -152,6 +152,6 @@ seccomp_string: "} " seccomp_string: "DEFAULT ALLOW " exec_bin { - path: "/usr/bin/xchat" - exec_fd: true + path: "/usr/bin/xchat" + exec_fd: true }