- update: mise à jour de nikiroo-utils
- android: compatibilité Android
- MangaFox: fix après une mise-à-jour du site
+- MangaFox: l'ordre des tomes n'était pas toujours bon
- new: utilisation de jsoup (uniquement pour MangaFox pour l'instant)
+- fix: TYPE= not always correct in info-file
+- fix: quotes error
# Version 1.6.3
- update nikiroo-utils
- android: Android compatibility
- MangaFox: fix after website update
+- MangaFox: tomes order was not always correct
- new: use jsoup (only for MangaFox for now)
+- fix: TYPE= était parfois mauvais dans l'info-file
+- fix: les guillemets n'étaient pas toujours bien ordonnés
# Version 1.6.3
#
# fanfix This starts the Fanfix remote service.
#
-# chkconfig: 2345 10 90
# description: Starts the Fanfix remote service
#
### BEGIN INIT INFO
+# Default-Start: 3 4 5
# Short-Description: Fanfix service
# Description: Starts the Fanfix remote service
### END INIT INFO
echo "Fanfix is already running." >&2
false
else
+ [ -e "$OUT" ] && mv "$OUT" "$OUT".previous
+ [ -e "$ERR" ] && mv "$ERR" "$ERR".previous
sudo -u "$USER" -- java -jar "$JAR" --server "$PINCODE" "$PORT" > "$OUT" 2> "$ERR" &
echo $! > "$FPID"
fi