This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Commit c3a4899
committed
feat(scripts): add IRC_ROOT_DOMAIN variable to configuration scripts
Add IRC_ROOT_DOMAIN to the prepare-config.sh script to display
its value or indicate if it's not set. Update ssl-manager.sh to
use IRC_ROOT_DOMAIN instead of IRC_DOMAIN for the DOMAIN variable.
This change allows for more flexibility and clarity in managing
domain configurations, especially when the root domain differs
from the IRC-specific domain.1 parent a2061f8 commit c3a4899
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments