Explorar el Código

- Bugfix: need to unset displayed port

erdo_king hace 4 años
padre
commit
2341e5ad85
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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