Skip to content

Commit

Permalink
Make sure the mode is 755 when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jul 31, 2022
1 parent 5536e55 commit 6b2b8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rtm
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ case $SYSHOST in
ADMIN_DIR=/opt/moduleData
UPDATE_FN=$ADMIN_DIR/system.txt
CACHEDIRS=$ADMIN_DIR/cacheDir
EXTRA="--with-spiderCacheDir=$CACHEDIRS --with-updateSystemFn=$UPDATE_FN --with-siteControlPrefix=yes --with-module-root-path=/opt/apps/modulefiles --with-silentShellDebugging=yes --with-supportKsh=yes"
EXTRA="--with-spiderCacheDir=$CACHEDIRS --with-updateSystemFn=$UPDATE_FN --with-siteControlPrefix=yes --with-module-root-path=/opt/apps/modulefiles --with-silentShellDebugging=yes --with-supportKsh=yes --with-mode=755"

if [ "$SYSHOST" == "mijo" ]; then
EXTRA="$EXTRA --with-exportedModuleCmd=no"
Expand All @@ -125,7 +125,7 @@ case $SYSHOST in
ADMIN_DIR=/opt/moduleData
UPDATE_FN=$ADMIN_DIR/system.txt
CACHEDIRS=$ADMIN_DIR/cacheDir
EXTRA="--with-spiderCacheDir=$CACHEDIRS --with-updateSystemFn=$UPDATE_FN --with-silentShellDebugging=yes --with-supportKsh=no"
EXTRA="--with-spiderCacheDir=$CACHEDIRS --with-updateSystemFn=$UPDATE_FN --with-silentShellDebugging=yes --with-supportKsh=no --with-mode=755"
;;

ls6 | maverick2 | stampede2 | frontera | longhorn )
Expand Down

0 comments on commit 6b2b8f8

Please sign in to comment.