mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-28 09:38:52 +00:00
5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir -p /run/openvpn/vpn_status
|
||
|
rm -f /run/openvpn/vpn_status/active
|