diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-04-08 12:03:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 12:03:37 +0200 |
commit | 03c1ce2d1e53ab47578e8b1629eb99e4f7758353 (patch) | |
tree | 335686280a8417e37c92305fd0f047c438c3283c /contrib | |
parent | 4ea54b80bc4f0364ceab5ad94fb701ded292647b (diff) |
Make codacy happy
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/merge_updates_unix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/merge_updates_unix.sh b/contrib/merge_updates_unix.sh index 355289d8588..53eb7053df3 100644 --- a/contrib/merge_updates_unix.sh +++ b/contrib/merge_updates_unix.sh @@ -1,2 +1,3 @@ +#!/bin/bash cat ../sql/updates/world/master/*.sql > world_update.sql cat ../sql/updates/hotfixes/master/*.sql > hotfixes_update.sql |