mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 14:13:08 +00:00
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p /run/openvpn/vpn_status
|
|
rm -f /run/openvpn/vpn_status/active
|