remove unused /etc/openvpn directory

This commit is contained in:
litinoveweedle
2026-02-04 15:19:28 +01:00
parent 0fca3e1b5f
commit 3e8add95ba
3 changed files with 24 additions and 9 deletions

4
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "Start Home Assistant",
"type": "shell",
"command": "sudo chmod a+x /usr/bin/supervisor* && sudo -E supervisor_run",
"command": "supervisor_run",
"group": {
"kind": "test",
"isDefault": true
@@ -16,4 +16,4 @@
"problemMatcher": []
}
]
}
}