(script) Continue even if an SQL error occurs

pull/240/head
Francis Lachapelle 2018-01-26 10:10:41 -05:00
parent 750c720a73
commit 2fceae86dd
1 changed files with 1 additions and 1 deletions

View File

@ -84,4 +84,4 @@ do
addCertificateInContactsQuick
done
echo "$sqlscript" | mysql -p -s -u $username -h $hostname $database
echo "$sqlscript" | mysql -p -f -s -u $username -h $hostname $database