mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
9 lines
169 B
Text
9 lines
169 B
Text
|
#!/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
|