Merge branch 'ponsfrilus-patch-1' into hotfix-1.1.4

This commit is contained in:
Matthias Strubel 2017-07-04 11:26:20 +02:00
commit 1554fd4399
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ if [ $2 = 'imageboard' ] ; then
KAREHA_RELEASE=kareha_3.1.4.zip
if [ ! -e $PIRATEBOX_FOLDER/tmp/$KAREHA_RELEASE ] ; then
echo " Wgetting kareha-zip file "
wget http://wakaba.c3.cx/releases/$KAREHA_RELEASE
wget http://wakaba.c3.cx/releases/Kareha/$KAREHA_RELEASE
if [ "$?" != "0" ] ; then
echo "wget kareha failed.. you can place the current file your to $PIRATEBOX_FOLDER/tmp "
fi