From cf87d71765ca1f8e26905caf2993c697097b5aa4 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 29 Aug 2016 12:23:52 +0200 Subject: [PATCH] [Bash] Fixed previous scripts permissions and minor mistake --- bin/db_pendings/import.sh | 2 +- data/sql/updates/pending_db_auth/create_sql.sh | 0 data/sql/updates/pending_db_characters/create_sql.sh | 0 data/sql/updates/pending_db_world/create_sql.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 data/sql/updates/pending_db_auth/create_sql.sh mode change 100644 => 100755 data/sql/updates/pending_db_characters/create_sql.sh mode change 100644 => 100755 data/sql/updates/pending_db_world/create_sql.sh diff --git a/bin/db_pendings/import.sh b/bin/db_pendings/import.sh index f3ed764ba..cf85cd349 100755 --- a/bin/db_pendings/import.sh +++ b/bin/db_pendings/import.sh @@ -89,7 +89,7 @@ function import() { echo "DROP PROCEDURE IF EXISTS \`updateDb\`;" >> "$newFile"; fi; - #rm $entry; + rm $entry; oldDate=$dateToday oldCnt=$cnt diff --git a/data/sql/updates/pending_db_auth/create_sql.sh b/data/sql/updates/pending_db_auth/create_sql.sh old mode 100644 new mode 100755 diff --git a/data/sql/updates/pending_db_characters/create_sql.sh b/data/sql/updates/pending_db_characters/create_sql.sh old mode 100644 new mode 100755 diff --git a/data/sql/updates/pending_db_world/create_sql.sh b/data/sql/updates/pending_db_world/create_sql.sh old mode 100644 new mode 100755