This commit is contained in:
Youngkyun Kim 2016-09-08 05:20:28 -04:00
parent 1f6769466f
commit b2c7e8a4bb

View File

@ -8,9 +8,10 @@ bin/rake db:migrate
# make configuration file # make configuration file
CONF_FOLDER=`pwd`
CONF_PATH=`pwd`/configure.conf 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" echo "configure.conf exist"
else else
touch $CONF_PATH touch $CONF_PATH