Commit 6625804
committed
Use absolute path to script for CTL_ON environment variables
Now this script is easier to run outside the container,
which is useful for quickly testing it.
Example:
cp .github/container/ejabberdctl.template .
make dev
export CTL_ON_START="! register user1 localhost somepass ; registered_users localhost"
_build/dev/rel/ejabberd/bin/ejabberdctl foreground1 parent 7e48c79 commit 6625804
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
355 | 356 | | |
356 | 357 | | |
357 | 358 | | |
358 | | - | |
| 359 | + | |
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
362 | 363 | | |
363 | | - | |
| 364 | + | |
364 | 365 | | |
365 | 366 | | |
366 | 367 | | |
| |||
0 commit comments