mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #615 from holta/master
kiwix-serve -> kiwix in /etc/iiab/iiab.ini for iiab-make-kiwix-lib.py used by ./cp-menus
This commit is contained in:
commit
c60b19b37f
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ def init():
|
|||
config = ConfigParser.SafeConfigParser()
|
||||
config.read(iiab_config_file)
|
||||
iiab_base_path = config.get('location','iiab_base')
|
||||
iiab_zim_path = config.get('kiwix-serve','iiab_zim_path')
|
||||
kiwix_library_xml = config.get('kiwix-serve','kiwix_library_xml')
|
||||
iiab_zim_path = config.get('kiwix','iiab_zim_path')
|
||||
kiwix_library_xml = config.get('kiwix','kiwix_library_xml')
|
||||
kiwix_manage = iiab_base_path + "/kiwix/bin/kiwix-manage"
|
||||
|
||||
# Now start the application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue