index
:
psshd.git
master
Configure persistent SSH tunnels with autossh(1)
Tom Ryder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
psshd
2
1 files changed, 1 insertions, 1 deletions
diff --git a/psshd b/psshd
index d2e0337..c963d4c 100755
--- a/
psshd
+++ b/
psshd
@@ -31,7 +31,7 @@ done
# Get port in options
while getopts ':p:' opt; do
- case "$opt" in
+ case $opt in
p)
port="$OPTARG"
;;