From 3b1e10f702eff92b9465553e03a6d5a19ca50c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bo=CC=88rni?= Date: Fri, 15 Jun 2012 16:26:47 +0200 Subject: [PATCH] [CHG] contributors list / links --- beautifulmind/LICENSE => LICENSE | 2 +- beautifulmind/deployment/db_backup.sh | 3 ++- beautifulmind/templates/startpage.html | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) rename beautifulmind/LICENSE => LICENSE (96%) diff --git a/beautifulmind/LICENSE b/LICENSE similarity index 96% rename from beautifulmind/LICENSE rename to LICENSE index 7a2514c..f429187 100644 --- a/beautifulmind/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) nerdsportgruppe and individual contributors. +Copyright (c) Bernhard Janetzki and individual contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/beautifulmind/deployment/db_backup.sh b/beautifulmind/deployment/db_backup.sh index 386a97a..405e17f 100755 --- a/beautifulmind/deployment/db_backup.sh +++ b/beautifulmind/deployment/db_backup.sh @@ -2,4 +2,5 @@ DIR=/opt/beautifulmind/backup/ FILENAME=db_$(date +"%Y%m%d%H%M%S").gz FILENAMETMP=$FILENAME-tmp; -mkdir -p $DIR && pg_dump -U postgres beautifulmind | gzip -c > $DIRFILENAMETMP && mv FILENAMETMP FILENAME \ No newline at end of file +mkdir -p $DIR && cd $DIR && pg_dump -U postgres beautifulmind | gzip -c > $FILENAMETMP +mv $FILENAMETMP $FILENAME \ No newline at end of file diff --git a/beautifulmind/templates/startpage.html b/beautifulmind/templates/startpage.html index c2733e1..1637605 100644 --- a/beautifulmind/templates/startpage.html +++ b/beautifulmind/templates/startpage.html @@ -52,8 +52,8 @@

Contact


{% endblock %}