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