From b2c7e8a4bbdee30a6426a25db6b7fd02b77e8e59 Mon Sep 17 00:00:00 2001 From: Youngkyun Kim Date: Thu, 8 Sep 2016 05:20:28 -0400 Subject: [PATCH] update --- script/setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/setup.sh b/script/setup.sh index cc470ba..8b4d5f3 100755 --- a/script/setup.sh +++ b/script/setup.sh @@ -8,9 +8,10 @@ bin/rake db:migrate # make configuration file +CONF_FOLDER=`pwd` CONF_PATH=`pwd`/configure.conf -if[ ls CONF_PATH | grep configure.conf ]; then +if ls $CONF_FOLDER | grep configure.conf; then echo "configure.conf exist" else touch $CONF_PATH