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:
parent
3de83185fc
commit
b0e179e7da
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue