summarylogtreecommitdiffstats
path: root/dbschema
diff options
context:
space:
mode:
authorSergei Marochkin2016-05-15 01:45:41 +0300
committerSergei Marochkin2016-05-15 01:45:41 +0300
commit904049ea81f919fd3f2c2f9cd4f76fbb2e927244 (patch)
treefe2b44c736b4c01a967fd9bea35c68048ade0872 /dbschema
parent823eaa731e64df23040659f9c83fa0b0afe5f08b (diff)
downloadaur-904049ea81f919fd3f2c2f9cd4f76fbb2e927244.tar.gz
Fix launch error
Diffstat (limited to 'dbschema')
-rw-r--r--dbschema2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbschema b/dbschema
index 9aef78412921..aaf25160dfbc 100644
--- a/dbschema
+++ b/dbschema
@@ -1,3 +1,3 @@
#!/bin/sh
-cd /opt/dbschema/ && ./DbSchema.sh "$@" &
+cd /opt/dbschema/ && ./DbSchema "$@" &