Ignore:
Timestamp:
Mar 22, 2010, 10:26:20 PM (14 years ago)
Author:
mitchb
Message:
Make autoinstallers use ATHENA_USER instead of USER

Closes Trac #113

(Merge of r1510:1511 from branches/locker-dev to trunk, from adehnert)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/deploy/bin/onathena

    r1497 r1513  
    263263cd "$origdir"
    264264
    265 vsshrun "/mit/$ailocker/deploy$scriptsdev/bin/$deploy" "$sname" "$deploy" "$addrend" "$admin_username" "$requires_sql" "$scriptsdev" "$USER" || die "Unknown failure during configuration"
     265vsshrun "/mit/$ailocker/deploy$scriptsdev/bin/$deploy" "$sname" "$deploy" "$addrend" "$admin_username" "$requires_sql" "$scriptsdev" "${ATHENA_USER:-$USER}" || die "Unknown failure during configuration"
    266266rm -f "$lroot/web_scripts/$addrend/.scripts-tmp"
    267267checkfailed
Note: See TracChangeset for help on using the changeset viewer.