Update start_systemd.sh

This commit is contained in:
12nick12 2018-06-05 16:49:34 -04:00 committed by GitHub
parent 66f3b16c89
commit 3dcf220718
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,6 +1,6 @@
#!/bin/bash
dir=opt/sshjump
dir=/opt/sshjump
serverhost=user@test.test.com
serviceport=22333
remoteport=$(sqlite3 $dir/sshjump.db 'select port from sshjump')