Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years ago`op run` process doesn't exit when starting process from within a custom shell-script.
I have a script for connecting to my VPN, and use the 1Password CLI to load my password as environment variable into the script like described here: https://developer.1password.com/docs/cli/secrets-e...
Former Member
4 years agoHi, im also sorry for the late reply.
I have aliased a vpn script on my linux machine. This script starts a background task (openconnect).
It's the op run -- vpn command that doesn't exit when the vpn-script exits. If i enable --no-masking the command it exits just fine. If my script exits (and hasn't started the openconnect process, fx by adding a --help flag, the op run -- vpn also exits fine, even without --no-masking enabled.