Browse Source

- Bugfix: need to unset displayed port

erdo_king 4 years ago
parent
commit
2341e5ad85
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sssh.sh

+ 2 - 0
sssh.sh

@@ -259,6 +259,8 @@ function print_projectmenu() {
         declare -n array_project="$project"
         declare -n array_project="$project"
 
 
         for host in "${array_project[@]}"; do
         for host in "${array_project[@]}"; do
+            
+           unset SSHPORT_PRINT
 
 
            [ "${host}" == "defaults" ] && continue
            [ "${host}" == "defaults" ] && continue