From: Andrey Miroshnikov Date: Mon, 25 Jul 2022 15:15:19 +0000 (+0100) Subject: tasyagle-install: Change file ownership to sudo_user X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb11b72cec8148e71b9245aa25a754fd3299a9d6;p=dev-env-setup.git tasyagle-install: Change file ownership to sudo_user --- diff --git a/tasyagle-install b/tasyagle-install index c818589..af3cd15 100755 --- a/tasyagle-install +++ b/tasyagle-install @@ -30,3 +30,7 @@ echo "source /usr/local/avt_env.sh" >> /home/$SUDO_USER/.bashrc # Compile the documentation cd tas-yagle/distrib/docxml2 make + +cd /home/$SUDO_USER/src +chown -R $SUDO_USER . +chgrp -R $SUDO_USER .