mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-15 17:29:56 +00:00
5 lines
84 B
Bash
5 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir -p /run/openvpn/vpn_status
|
||
|
touch /run/openvpn/vpn_status/active
|