diff --git a/ShellScripts/Ipm.sh b/ShellScripts/Ipm.sh index 951627b..b5ed2ac 100755 --- a/ShellScripts/Ipm.sh +++ b/ShellScripts/Ipm.sh @@ -43,6 +43,7 @@ do case $option in 0) break ;; + 1) iperfstartserver ;; diff --git a/ShellScripts/Sshm.sh b/ShellScripts/Sshm.sh index a8d2417..ee73aee 100755 --- a/ShellScripts/Sshm.sh +++ b/ShellScripts/Sshm.sh @@ -50,6 +50,7 @@ do case $option in 0) break ;; + 1) setsshpw ;;