diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-04 15:33:08 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-04 15:33:08 -0500 |
commit | 1cdf48d8bea17b7c875065d3b07e5145d9953f29 (patch) | |
tree | 68dbe70a60965c477fe2e2c5b1b36c74514e7481 /~lukeshu | |
parent | e1577e446ea1821201cdda5ee8807d95005fe643 (diff) |
Wait, I got confused, fix (non-critical) bug in parabolaweb.install
Diffstat (limited to '~lukeshu')
-rw-r--r-- | ~lukeshu/parabolaweb-git/parabolaweb.install | 2 |
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 |