Update createdatabase.sh

This commit is contained in:
12nick12 2018-06-05 16:49:16 -04:00 committed by GitHub
parent 899e534019
commit 66f3b16c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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