diff options
-rwxr-xr-x | localserver/updatedb.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh index 6f2ae53..99ec50b 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -7,10 +7,6 @@ export CMD="mysql -u evol -pevol evol" function run { echo "Running $1" $CMD <${SQLDIR}/$1 - if [ "$1" != 0 ]; then - echo "Error $1" - exit $1 - fi } if [[ -z "${VER}" ]]; then |