mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
"chown -R root:root /opt/iiab/kiwix" (not all of /opt/iiab)
This commit is contained in:
parent
899b0c8c26
commit
d748a14cbd
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue