Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorShane Becker <veganstraightedge@gmail.com>2011-05-18 22:33:40 +0400
committerShane Becker <veganstraightedge@gmail.com>2011-05-18 22:46:45 +0400
commit910cc523871e0f5a5f0d0c204d64c3cf655c6f64 (patch)
treea5f2f061013a5013ef352a04ae0b8464346b7b7a /script
parent6cda0bf9eac4f1f3101d50aebdaa1805c479e457 (diff)
rename config/app_config.yml to config/app.yml in accordance to The Redundant Rendundacy Act of 2011
Diffstat (limited to 'script')
-rwxr-xr-xscript/server4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/server b/script/server
index 6122f1642..32cf17a87 100755
--- a/script/server
+++ b/script/server
@@ -138,8 +138,8 @@ fi
# Check if config files exists
-if [ ! -e 'config/app_config.yml' ]; then
- echo "FATAL: config/app_config.yml is missing! Copy over config/app_config.yml.example to config/app_config.yml and edit it properly!" >&2
+if [ ! -e 'config/app.yml' ]; then
+ echo "FATAL: config/app.yml is missing! Copy over config/app.yml.example to config/app.yml and edit it properly!" >&2
exit 67
fi