diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-28 16:32:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-28 16:32:23 -0300 |
commit | 105cba1119508dcf101e3f6701aed41de8641491 (patch) | |
tree | ddd1b52ba4637bd8388d386659b22a2f082102f3 /localserver | |
parent | 467f924537b717b159e41d9e9a815e38ddfec1b0 (diff) | |
download | tools-105cba1119508dcf101e3f6701aed41de8641491.tar.gz tools-105cba1119508dcf101e3f6701aed41de8641491.tar.bz2 tools-105cba1119508dcf101e3f6701aed41de8641491.tar.xz tools-105cba1119508dcf101e3f6701aed41de8641491.zip |
Fix typo, blame {41444d494e} u.u (actually must check if typo is also on evol or if it was my fault)
Diffstat (limited to 'localserver')
-rwxr-xr-x | localserver/updatedb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh index f9b856b..a477caa 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -72,7 +72,7 @@ if [ "${VER}" -lt "14" ]; then fi if [ "${VER}" -lt "15" ]; then - run "" + run "2018-07-24--03-23.sql" fi if [ "${VER}" -lt "15" ]; then |