Commit 2e084c77 authored by Guillaume Bottex's avatar Guillaume Bottex

Fix file existence test.

parent 8ff1c92e
......@@ -3,7 +3,7 @@
export CUBRID=%(cubrid_home)s
export JAVA_HOME=%(java_home)s
if [ ! -f mdr.lol ];
if [ ! -f %(cubrid_databse)s ];
then
exec %(cubrid_binary)s createdb %(cubrid_database)s
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment