From 1f6f2765b6c09d669f261fda8db417741615a3d9 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 26 Dec 2021 00:32:38 -0600 Subject: [PATCH] Ensure user owns their .bin directory --- install.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.bash b/install.bash index 74c65ae..e7f97b9 100755 --- a/install.bash +++ b/install.bash @@ -39,6 +39,8 @@ for script in "${GIT_DIR}/Scripts/"*.bash; do fi done +chown -R "${SDTD_USER_NAME}:${SDTD_USER_NAME}" "${SDTD_BIN_DIR}" + ### bash_profile modification ### # Yes this all could be one brace expansion, but that makes it more difficult