proud-jewelry-76210
09/27/2022, 7:45 AM#!/bin/sh
/mnt/c/Windows/system32/wsl.exe -d wsl-vpnkit service wsl-vpnkit start
Made sur that the line endings are LF.
If I run the same command through wsl in the rancher-desktop distribution it works, but not with the script.
I couldn't find any logs about the command run either, is it even logged somewhere?
Thanksfast-garage-66093
09/27/2022, 5:31 PM#!/bin/sh
date >> /var/log/vpnkit.log
/mnt/c/Windows/system32/wsl.exe -d wsl-vpnkit service wsl-vpnkit start >> /var/log/vpnkit.log