Ensure user owns their .bin directory
This commit is contained in:
parent
db63a1742c
commit
1f6f2765b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user