1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/kiwix/templates/xsce-make-kiwix-lib
2017-05-27 11:09:50 -07:00

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