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