diff options
author | Andinus <andinus@nand.sh> | 2020-04-07 01:00:13 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-07 01:00:13 +0530 |
commit | cd4325250d64799ef328c51ddc36ab0a14d1e640 (patch) | |
tree | 7e613a7e48a11dd08f4d4f0fdc90fbc9a7b70025 /scripts/grus-add | |
parent | 0a6d510d2add0e46e890cc6fcac39d3080ba689b (diff) | |
download | grus-cd4325250d64799ef328c51ddc36ab0a14d1e640.tar.gz |
Add init and install scripts
Diffstat (limited to 'scripts/grus-add')
-rwxr-xr-x | scripts/grus-add | 2 |
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.") |