Skip to content

Commit

Permalink
Change longleaf dirs in init script
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Oct 18, 2024
1 parent b1c6e46 commit 384c219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/flepi_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [[ $1 == "longleaf" ]]; then
# Setup general purpose user variables needed for Longleaf
USERO=$( echo $USER | awk '{ print substr($0, 1, 1) }' )
USERN=$( echo $USER | awk '{ print substr($0, 2, 1) }' )
USERDIR="/users/$USERO/$USERN/$USER/"
WORKDIR="/work/users/$USERO/$USERN/$USER/"
USERDIR=$WORKDIR

# Load required modules
module purge
Expand Down

0 comments on commit 384c219

Please sign in to comment.