Update createdatabase.sh
This commit is contained in:
parent
899e534019
commit
66f3b16c89
|
@ -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);'
|
||||
|
|
Loading…
Reference in New Issue