Keep /home/bryan consistent

This commit is contained in:
2025-07-11 20:56:24 -04:00
parent d62f844371
commit df9c1ccbea

View File

@@ -252,7 +252,7 @@ init() {
# Run the self-updater if enabled # Run the self-updater if enabled
((SELF_UPDATE_SWITCH)) && update "$@" ((SELF_UPDATE_SWITCH)) && update "$@"
fix_permissions "${HOME:-"/home/$USER"}/.jriver" "$USER" fix_permissions "$HOME/.jriver" "$USER"
# Get host information # Get host information
[[ -f /etc/os-release ]] && source /etc/os-release [[ -f /etc/os-release ]] && source /etc/os-release