From dc2046f54577ca31ced8683e8801c96b7570bfcd Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 31 Oct 2023 12:54:32 -0100 Subject: [PATCH] =?UTF-8?q?atualiza=C3=A7ao=20do=20caminho=20da=20pasta=20?= =?UTF-8?q?de=20trabalho?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BldHelper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BldHelper.sh b/BldHelper.sh index 57a7c334..4ecefa97 100755 --- a/BldHelper.sh +++ b/BldHelper.sh @@ -15,7 +15,7 @@ BUILD=ubuntu-64 FileName="${PREFIX}-${SUFFIX}" LOCATION=$HOME/out/${BUILD} LogDir=$HOME/logs -WorkingDir="/home/$USER/My-distro-configs-ubuntu/" +WorkingDir="/home/$SUDO_USER/My-distro-configs-ubuntu/" # Execute the ISO building script cd ${WorkingDir}