1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00

fix install

This commit is contained in:
yalh76 2022-03-09 01:15:25 +01:00
parent 7ba8a4bf53
commit b99c050817

View file

@ -104,13 +104,10 @@ chmod 750 "$datadir"
chmod -R o-rwx "$datadir" chmod -R o-rwx "$datadir"
chown -R $app:www-data "$datadir" chown -R $app:www-data "$datadir"
pushd $datadir
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then ynh_exec_as $app curl -LO http://download.kiwix.org/zim/wikipedia/wikipedia_en_computer_maxi_2022-02.zim > /dev/null
pushd $datadir popd
curl -LO http://download.kiwix.org/zim/wikipedia/wikipedia_en_computer_maxi_2022-02.zim > /dev/null ynh_exec_as $app $final_path/kiwix-manage $datadir/library.xml add $datadir/*.zim
popd
sudo -u $app $final_path/kiwix-manage $datadir/library.xml add $datadir/*.zim
fi
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD