Update createdatabase.sh

This commit is contained in:
12nick12
2018-06-05 16:49:16 -04:00
committed by GitHub
parent 899e534019
commit 66f3b16c89

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);'