mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
8 lines
169 B
Bash
8 lines
169 B
Bash
#!/bin/sh
|
|
|
|
{{systemctl_program }} stop kiwix-serve
|
|
/usr/bin/xsce-make-kiwix-lib.py
|
|
/usr/bin/xsce-make-apache-config.py
|
|
{{ systemctl_program }} start kiwix-serve
|
|
|
|
exit 0
|