update
This commit is contained in:
parent
1f6769466f
commit
b2c7e8a4bb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user