summaryrefslogtreecommitdiff
path: root/~lukeshu/parabolaweb-git/parabolaweb.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-04 15:33:08 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-04 15:33:08 -0500
commitc7cb463dc59f8a82cde1691367d7d6abd999550b (patch)
tree68dbe70a60965c477fe2e2c5b1b36c74514e7481 /~lukeshu/parabolaweb-git/parabolaweb.install
parent4d46859230b7c42ca37c8b0975c7504b85930cf0 (diff)
downloadabslibre-c7cb463dc59f8a82cde1691367d7d6abd999550b.tar.gz
abslibre-c7cb463dc59f8a82cde1691367d7d6abd999550b.tar.bz2
abslibre-c7cb463dc59f8a82cde1691367d7d6abd999550b.zip
Wait, I got confused, fix (non-critical) bug in parabolaweb.install
Diffstat (limited to '~lukeshu/parabolaweb-git/parabolaweb.install')
-rw-r--r--~lukeshu/parabolaweb-git/parabolaweb.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/~lukeshu/parabolaweb-git/parabolaweb.install b/~lukeshu/parabolaweb-git/parabolaweb.install
index 1cff0417f..0eaaf84c9 100644
--- a/~lukeshu/parabolaweb-git/parabolaweb.install
+++ b/~lukeshu/parabolaweb-git/parabolaweb.install
@@ -34,7 +34,7 @@ _main() {
if [ ! -f local_settings.py ]; then
cp local_settings.py.example local_settings.py.tmp
- $EDITOR local_settings.py.tmp || return 0
+ $EDITOR local_settings.py.tmp
mv local_settings.py.tmp local_settings.py
msg "Creating database...."
./manage.py syncdb