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
2
client/server_scripts/check_user_in_sudo.sh
Normal file
2
client/server_scripts/check_user_in_sudo.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
CUR_USER=$(whoami);\
|
||||
groups $CUR_USER
|
||||
Loading…
Add table
Add a link
Reference in a new issue