mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove check for sudo
This commit is contained in:
parent
b9f2863b60
commit
04c00827f1
2 changed files with 0 additions and 10 deletions
|
@ -42,11 +42,6 @@ quit_on_error() {
|
|||
exit -1
|
||||
}
|
||||
|
||||
if [ $EUID -ne 0 ]
|
||||
then echo "This script must be run with sudo"
|
||||
exit
|
||||
fi
|
||||
|
||||
############################################################################
|
||||
# Check passed parameters, set defaults
|
||||
############################################################################
|
||||
|
|
|
@ -46,11 +46,6 @@ quit_on_error() {
|
|||
exit -1
|
||||
}
|
||||
|
||||
if [ $EUID -ne 0 ]
|
||||
then echo "This script must be run with sudo"
|
||||
exit
|
||||
fi
|
||||
|
||||
############################################################################
|
||||
# Check passed parameters, set defaults
|
||||
############################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue