summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-01-22 08:55:48 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-22 19:51:26 +0000
commit234671520095d472704d61b6b81a9677a9d24ede (patch)
tree42d67cf64f00b45aaf42bbb1ccd91ae3e9f8398b
parent199be024f56a2b941349e90a2b9891c00ddde9b3 (diff)
modify the owner so that modify the sudoers locally.
Change-Id: Ic5a463067171630057ba06708fc423d373d38c26 (cherry picked from commit ae086b4efaf4fdb5964d7b4f5a66c0b075e81dab)
-rwxr-xr-xci/02-maasdeploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh
index da0e8835..7c6a0481 100755
--- a/ci/02-maasdeploy.sh
+++ b/ci/02-maasdeploy.sh
@@ -32,6 +32,7 @@ echo "$USER ALL=(ALL) NOPASSWD:ALL" > 90-joid-init
if [ -e /etc/sudoers.d/90-joid-init ]; then
sudo cp /etc/sudoers.d/90-joid-init 91-joid-init
+ sudo chown $USER:$USER 91-joid-init
cat 90-joid-init >> 91-joid-init
sudo chown root:root 91-joid-init
sudo mv 91-joid-init /etc/sudoers.d/
@@ -49,7 +50,7 @@ fi
if [ ! -e /var/lib/libvirt/images ]; then
sudo apt-get install libvirt-bin -y
- sudo adduser ubuntu libvirtd
+ sudo adduser $USER libvirtd
sudo virsh pool-define-as default --type dir --target /var/lib/libvirt/images/
sudo virsh pool-start default
sudo virsh pool-autostart default