Skip to content

Commit

Permalink
[develop] Drop config/script_server.yml warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Sep 3, 2020
1 parent 158066a commit 9937c5b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions script/server
Expand Up @@ -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
Expand Down

0 comments on commit 9937c5b

Please sign in to comment.