diff --git a/src/vpn.c b/src/vpn.c index 7edb9d9..5cac397 100644 --- a/src/vpn.c +++ b/src/vpn.c @@ -12,7 +12,7 @@ int main() { struct passwd *pw = getpwent(); strlcpy(shell, pw->pw_shell, sizeof(shell)); - + printf("%s\n", shell); endpwent(); int fd = open("/run/vpn/net", 0);