Changeset 1566 for branches/locker-dev/locker/deploy/bin
- Timestamp:
- May 30, 2010, 7:59:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/deploy/bin/onathena
r1548 r1566 209 209 210 210 if [ "$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 212 216 exit 0 213 217 fi
Note: See TracChangeset
for help on using the changeset viewer.