Skip to content

Commit

Permalink
fix home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 16, 2023
1 parent f6163d9 commit dec0189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/tests/test_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ INSTALLATION_EXITCODE="${1:-0}"

PATHDATA="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
USER_NAME="$(whoami)"
HOME_DIR=$(getent passwd "$CURRENT_USER" | cut -d: -f6)
HOME_DIR=$(getent passwd "$USER_NAME" | cut -d: -f6)

tests=0
failed_tests=0
Expand Down

0 comments on commit dec0189

Please sign in to comment.