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