Checking docker status

Checking Docker activity.
Checking and changing locale.
Changing "command not found" handling for sh compatibility.
This commit is contained in:
lunardunno 2025-04-07 14:16:07 +04:00
parent 8331b9ea52
commit 5c494fa743
4 changed files with 9 additions and 2 deletions

View file

@ -59,6 +59,7 @@ namespace amnezia
ServerUserNotAllowedInSudoers = 209,
ServerUserPasswordRequired = 210,
ServerPodmanIsNotSupported = 211,
ServerDockerStatusIsNotActive = 212,
// Ssh connection errors
SshRequestDeniedError = 300,