fix shell

This commit is contained in:
Roy Olav Purser 2024-02-09 20:01:26 +01:00
parent 875138142d
commit e15d424a38
Signed by: roypur
GPG Key ID: 063DAA01D56E28CB

View File

@ -30,7 +30,7 @@ int main() {
perror("open /run/vpn/net"); perror("open /run/vpn/net");
return 1; return 1;
} }
execl("csshell", "bshell", NULL); execl(shell, shell, NULL);
perror(NULL); perror(NULL);
return 0; return 0;
} }