Initial draft
This commit is contained in:
parent
f71d76bc39
commit
433c7c3f94
2 changed files with 37 additions and 8 deletions
|
|
@ -68,6 +68,11 @@ function send_notification
|
|||
echo -e "$2" | mail $opt -s "$1" ${EMAIL}
|
||||
}
|
||||
|
||||
function become
|
||||
{
|
||||
sudo su -
|
||||
}
|
||||
|
||||
function check_values
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue