mirror of https://github.com/apache/cloudstack.git
Prevent any attempt at using askpass during management server startup
This commit is contained in:
parent
afc188cb5c
commit
169cd6f939
|
|
@ -71,7 +71,7 @@ copy_priv_key() {
|
|||
|
||||
if [[ "$EUID" -ne 0 ]]
|
||||
then
|
||||
SUDO="sudo "
|
||||
SUDO="sudo -n "
|
||||
fi
|
||||
|
||||
$SUDO mkdir -p $MOUNTPATH
|
||||
|
|
|
|||
Loading…
Reference in New Issue