1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update iiab-make-kiwix-lib.py

This commit is contained in:
A Holt 2018-10-15 07:10:58 -04:00 committed by GitHub
parent 3de83185fc
commit b0e179e7da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,9 +29,9 @@ if not IIAB_PATH in sys.path:
from iiab_env import get_iiab_env
# Config Files
# iiab_ini_file should be in {{ iiab_env_file }}
iiab_ini_file = "{{ iiab_ini_file }}" # nominally {{ iiab_ini_file }}
# iiab_ini_file = "{{ iiab_ini_file }}" # comment out after testing
# iiab_ini_file should be in {{ iiab_env_file }} (/etc/iiab/iiab.env) ?
iiab_ini_file = "{{ iiab_ini_file }}" # nominally /etc/iiab/iiab.ini
# iiab_ini_file = "/etc/iiab/iiab.ini" # comment out after testing
IIAB_INI = get_iiab_env('IIAB_INI') # future
if IIAB_INI: