Ensure user owns their .bin directory

This commit is contained in:
Price Hiller 2021-12-26 00:32:38 -06:00
parent db63a1742c
commit 1f6f2765b6

View File

@ -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