1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

"chown -R root:root /opt/iiab/kiwix" (not all of /opt/iiab)

This commit is contained in:
A Holt 2017-11-04 16:00:27 -04:00 committed by GitHub
parent 899b0c8c26
commit d748a14cbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,8 +71,8 @@
when: kiwix_src_bin_only and kiwix_first_pass
# workaround because unarchive does not set ownership properly
- name: "Set Kiwix ownership - WARNING 'chown -R root:root' runs across all of /opt/iiab"
command: "chown -R root:root {{ iiab_base }}"
- name: "Set ownership: 'chown -R root:root /opt/iiab/kiwix'"
command: "chown -R root:root {{ iiab_base }}/kiwix"
# workaround because kiwix-serve does not stay running
- name: Make a crontab entry to restart kiwix-serve at 4AM (debuntu)