Changeset 38 for trunk/deploy.sh.in
- Timestamp:
- May 22, 2006, 8:22:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/deploy.sh.in
r27 r38 245 245 export host 246 246 247 # hostgroup; empty default 248 # 249 hostgroup= 250 export hostgroup 251 247 252 248 253 # action; no default … … 432 437 echo 433 438 echo " --host=<FQDN> The host where you want to install." 439 echo " --group=<group> Optional group the host belongs to." 434 440 echo " --arch=<arch> The architecture/operating system of this host." 435 441 echo " This is used to get the correct binary package." … … 556 562 ;; 557 563 564 --group | -group) 565 opt_prev=hostgroup 566 ;; 567 568 --group=* | -group=*) 569 hostgroup="$optarg"; export hostgroup 570 ;; 571 558 572 # Build 559 573
Note:
See TracChangeset
for help on using the changeset viewer.