3 if [ -f /opt
/var
/torrentflux
/db
/torrentflux.db
] ; then
4 echo "Old TorrentFlux database found, you will need to manually"
5 echo "create a new database or upgrade the current one."
6 echo "Please read /opt/doc/torrentflux/README.Optware."
8 echo "Creating TorrentFlux database with sqlite"
9 sqlite
/opt
/var
/torrentflux
/db
/torrentflux.db
< /opt
/doc
/torrentflux
/sqlite_torrentflux.sql