From 49bfa89a3615f1e0fc0fdb22df3272670183d94f Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Sat, 18 Nov 2017 21:45:14 +0200 Subject: [PATCH] Update import.sh --- bin/db_pendings/import.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/db_pendings/import.sh b/bin/db_pendings/import.sh index 970d76283..8753f482a 100755 --- a/bin/db_pendings/import.sh +++ b/bin/db_pendings/import.sh @@ -89,8 +89,7 @@ function import() { echo "$endTransaction" >> "$newFile"; if [[ $isRev -eq 1 ]]; then - echo "END;" >> "$newFile"; - echo "//" >> "$newFile"; + echo "END //" >> "$newFile"; echo "DELIMITER ;" >> "$newFile"; echo "CALL updateDb();" >> "$newFile"; echo "DROP PROCEDURE IF EXISTS \`updateDb\`;" >> "$newFile";