added a script to check the user in the sudo group
- move isServerDpkgBusy to separate script
This commit is contained in:
parent
cba78190a8
commit
ea9917dacc
8 changed files with 77 additions and 32 deletions
|
|
@ -16,7 +16,8 @@ enum SharedScriptType {
|
|||
remove_all_containers,
|
||||
setup_host_firewall,
|
||||
check_connection,
|
||||
check_server_is_busy
|
||||
check_server_is_busy,
|
||||
check_user_in_sudo
|
||||
};
|
||||
enum ProtocolScriptType {
|
||||
// Protocol scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue