Sfoglia il codice sorgente

- Bugfix: need to unset displayed port

erdo_king 4 anni fa
parent
commit
2341e5ad85
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      sssh.sh

+ 2 - 0
sssh.sh

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