[monkeysphere] Fix sudo command mistake

Patrick Uiterwijk puiterwijk at fedoraproject.org
Wed Jul 18 11:39:26 UTC 2012


commit 0232dffd8d00594902454608200da816a9ba3fd4
Author: Patrick Uiterwijk <puiterwijk at gmail.com>
Date:   Wed Jul 18 13:36:45 2012 +0200

    Fix sudo command mistake

 monkeysphere.sutosudo.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/monkeysphere.sutosudo.patch b/monkeysphere.sutosudo.patch
index b5c1b19..6d5f5bd 100644
--- a/monkeysphere.sutosudo.patch
+++ b/monkeysphere.sutosudo.patch
@@ -5,7 +5,7 @@
           # if root, su command as monkeysphere user
  	'root')
 -	    su "$MONKEYSPHERE_USER" -c "$*"
-+	    sudo -u "$MONKEYSPHERE_USER" -E "$*"
++	    sudo -u "$MONKEYSPHERE_USER" $*
  	    ;;
  
  	# otherwise, fail


More information about the scm-commits mailing list