summary refs log tree commit diff stats
path: root/scripts/grus-add
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-07 01:00:13 +0530
committerAndinus <andinus@nand.sh>2020-04-07 01:00:13 +0530
commitcd4325250d64799ef328c51ddc36ab0a14d1e640 (patch)
tree7e613a7e48a11dd08f4d4f0fdc90fbc9a7b70025 /scripts/grus-add
parent0a6d510d2add0e46e890cc6fcac39d3080ba689b (diff)
downloadgrus-cd4325250d64799ef328c51ddc36ab0a14d1e640.tar.gz
Add init and install scripts
Diffstat (limited to 'scripts/grus-add')
-rwxr-xr-xscripts/grus-add2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/grus-add b/scripts/grus-add
index ec1eac8..4c3311a 100755
--- a/scripts/grus-add
+++ b/scripts/grus-add
@@ -52,3 +52,5 @@ if __name__ == '__main__':
 
     curs.close()
     conn.close()
+
+    print("Database initialized.")