Drop config/script_server.yml warning
This commit is contained in:
parent
e10cf9cc85
commit
e81f07f0cf
1 changed files with 0 additions and 6 deletions
|
|
@ -43,12 +43,6 @@ chk_service()
|
||||||
realpath=$( ruby -e "puts File.expand_path(\"$0\")")
|
realpath=$( ruby -e "puts File.expand_path(\"$0\")")
|
||||||
cd $(dirname $realpath)/..
|
cd $(dirname $realpath)/..
|
||||||
|
|
||||||
#Warn if legacy config exists
|
|
||||||
if [ -e "config/script_server.yml" ]
|
|
||||||
then
|
|
||||||
warning "config/script_server.yml was merged into config/diaspora.yml. Please read the changelog!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Check if database.yml exists
|
# Check if database.yml exists
|
||||||
if [ ! -e "config/database.yml" ]
|
if [ ! -e "config/database.yml" ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue