Drop config/script_server.yml warning

This commit is contained in:
Jonne Haß 2020-09-03 23:07:11 +02:00
parent e10cf9cc85
commit e81f07f0cf

View file

@ -43,12 +43,6 @@ chk_service()
realpath=$( ruby -e "puts File.expand_path(\"$0\")")
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
if [ ! -e "config/database.yml" ]
then