Branch: Tag:

2022-08-16

2022-08-16 12:21:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Start script: Add support for start option --customer.

Fixes [PI-158].

397:    --package=*)    pass="$pass $1"    ;; +  --customer) +  pass="$pass --package=customers/$2" +  shift +  ;; +  --customer=*) +  pass="$pass --package=customers/`echo $1 | sed -e's/^--customer=//'`" +  ;;    '--program')    program="$2"    once=2
567:    .B--package=DIRB.: Add optional package to the Roxen    search path.    +  .B--customer=CUSTB.: Add package customers/CUST to the +  Roxen search path. +     .B--programB.: Start a different program with the Roxen    Pike. As an example,    .B./start --program bin/install.pikeB. will