Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2022-08-16
2022-08-16 12:21:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
426de49da230b27113a6ce45809773403b957aca (
11
lines) (+
11
/-
0
)
[
Show
|
Annotate
]
Branch:
426de49da230b27113a6ce45809773403b957aca
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