From bb11b72cec8148e71b9245aa25a754fd3299a9d6 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Mon, 25 Jul 2022 16:15:19 +0100 Subject: [PATCH] tasyagle-install: Change file ownership to sudo_user --- tasyagle-install | 4 ++++ 1 file changed, 4 insertions(+) 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 . -- 2.30.2