summaryrefslogtreecommitdiff
path: root/Readme
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2011-01-15 20:28:29 +0000
committerOthmar Gsenger <otti@wirdorange.org>2011-01-15 20:28:29 +0000
commitf27d6546378589688ee047d28b4a439676aa0506 (patch)
treeb0684b5e4fc2b7638eaf058a3750ed8a5ac6562d /Readme
parentchacnged user to use complete environment (diff)
documented db create
Diffstat (limited to 'Readme')
-rw-r--r--Readme2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme b/Readme
index 3655f7c..711b410 100644
--- a/Readme
+++ b/Readme
@@ -2,4 +2,4 @@
Dump Database Structure:
-sudo -u www-data echo '.dump' | sqlite3 /srv/nzbget/datenbank.sqlite | grep CREATE
+echo '.dump' | sudo -u www-data sqlite3 /srv/nzbget/datenbank.sqlite | grep CREATE > create_db.sql