Changeset 1566 for branches/locker-dev


Ignore:
Timestamp:
May 30, 2010, 7:59:19 PM (14 years ago)
Author:
ezyang
Message:
Pass --web-stub-path when autoinstalling to Scripts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/deploy/bin/onathena

    r1548 r1566  
    209209
    210210if [ "$wizard" != "" ]; then
    211   vsshrun "/mit/$ailocker/wizard/bin/wizard" "install" "$@" "$wizard" "$lroot/web_scripts/$addrend"
     211  if [ "$create_scripts_dir" -eq 1 ]; then
     212    vsshrun "/mit/$ailocker/wizard/bin/wizard" "install" "--web-stub-path" "$lroot/web_scripts/$addrend" "$@" "$wizard" "$lroot/Scripts/$deploy/$addrend"
     213  else
     214    vsshrun "/mit/$ailocker/wizard/bin/wizard" "install" "$@" "$wizard" "$lroot/web_scripts/$addrend"
     215  fi
    212216  exit 0
    213217fi
Note: See TracChangeset for help on using the changeset viewer.