Skip to content

Commit

Permalink
Update install_scripts.sh
Browse files Browse the repository at this point in the history
Add copy of init lmod scripts
  • Loading branch information
MaKaNu authored Sep 12, 2024
1 parent 7ad306a commit 1b38cec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ mc_files=(
)
copy_files_by_list ${TOPDIR}/init/modules/EESSI ${INSTALL_PREFIX}/init/modules/EESSI "${mc_files[@]}"

# Copy for init/lmod directory
init_script_files=(
bash zsh ksh fish csh
)
copy_files_by_list ${TOPDIR}/init/lmod ${INSTALL_PREFIX}/init/lmod "${init_script_files[@]}"

# Copy for the scripts directory
script_files=(
utils.sh
Expand Down

0 comments on commit 1b38cec

Please sign in to comment.