Update createdatabase.sh

This commit is contained in:
12nick12 2018-06-05 16:52:27 -04:00 committed by GitHub
parent 5049a27fa4
commit 805c96716d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
dir /opt/sshjump
dir=/opt/sshjump
sqlite3 $dir/sshjump.db 'create table sshjump(host, ip, port, id);'