Lines 88-93
eof
Link Here
|
88 |
if is_plack_running $name; then |
88 |
if is_plack_running $name; then |
89 |
koha-plack --stop $name || /bin/true |
89 |
koha-plack --stop $name || /bin/true |
90 |
fi |
90 |
fi |
|
|
91 |
# Stop the SIP server if needed |
92 |
if is_sip_running $name; then |
93 |
koha-sip --stop $name || /bin/true |
94 |
fi |
91 |
|
95 |
|
92 |
instancefile=$(get_apache_config_for $name) |
96 |
instancefile=$(get_apache_config_for $name) |
93 |
le_opacdomain=$(letsencrypt_get_opacdomain_for $name) |
97 |
le_opacdomain=$(letsencrypt_get_opacdomain_for $name) |
94 |
- |
|
|