mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
Merge pull request #1303 from balena-io/1293-fix-dbus-alias
Don't use the openvpn alias to check VPN status
This commit is contained in:
commit
320090850b
@ -14,7 +14,7 @@ import { EnvVarObject } from './lib/types';
|
||||
import { checkInt, checkTruthy } from './lib/validation';
|
||||
import { DeviceStatus } from './types/state';
|
||||
|
||||
const vpnServiceName = 'openvpn-resin';
|
||||
const vpnServiceName = 'openvpn';
|
||||
|
||||
interface DeviceConfigConstructOpts {
|
||||
db: Database;
|
||||
|
Loading…
x
Reference in New Issue
Block a user