#!/bin/sh # # shell script to update SQLite from version 1.32 to 1.33 # echo " " echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " bindir=@SQL_BINDIR@ cd @working_dir@ $bindir/sqlite $* bacula.db <