Browse Source

- Bugfix: need to unset displayed port

erdo_king 4 năm trước cách đây
mục cha
commit
2341e5ad85
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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