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";