Переглянути джерело

- Bugfix: need to unset displayed port

erdo_king 4 роки тому
батько
коміт
2341e5ad85
1 змінених файлів з 2 додано та 0 видалено
  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