You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/02/26 19:50:16 UTC

[29/50] [abbrv] git commit: updated refs/heads/acl-item-cidrs to e90d595

Prevent any attempt at using askpass during management server startup


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/169cd6f9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/169cd6f9
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/169cd6f9

Branch: refs/heads/acl-item-cidrs
Commit: 169cd6f9395ebfda888a21b4464d9695c5347e5f
Parents: afc188c
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Tue Feb 25 16:02:48 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Tue Feb 25 16:02:48 2014 +0100

----------------------------------------------------------------------
 scripts/vm/systemvm/injectkeys.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/169cd6f9/scripts/vm/systemvm/injectkeys.sh
----------------------------------------------------------------------
diff --git a/scripts/vm/systemvm/injectkeys.sh b/scripts/vm/systemvm/injectkeys.sh
index c17a3c6..cd5d9f9 100755
--- a/scripts/vm/systemvm/injectkeys.sh
+++ b/scripts/vm/systemvm/injectkeys.sh
@@ -71,7 +71,7 @@ copy_priv_key() {
 
 if [[ "$EUID" -ne 0  ]]
 then
-   SUDO="sudo "
+   SUDO="sudo -n "
 fi
 
 $SUDO mkdir -p $MOUNTPATH