From 15a8f17adcb33e3793332a6742c8079eb7526cc6 Mon Sep 17 00:00:00 2001 From: Sean Dion Date: Thu, 30 Jul 2015 15:24:09 -0500 Subject: [PATCH] remove running git as abc --- init/20_update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/20_update.sh b/init/20_update.sh index 44c2d30..afa762b 100755 --- a/init/20_update.sh +++ b/init/20_update.sh @@ -1,8 +1,8 @@ #!/bin/bash if [ ! -d /opt/headphones/.git ]; then - /sbin/setuser abc git clone https://github.com/rembo10/headphones.git /opt/headphones + git clone https://github.com/rembo10/headphones.git /opt/headphones else cd /opt/headphones - /sbin/setuser abc git pull + git pull fi chown -R abc:abc /opt/headphones