From 2e126a174353e3695de2eb7e1776e799376c07dd Mon Sep 17 00:00:00 2001 From: thuanle Date: Wed, 22 Jul 2026 00:35:22 +0700 Subject: [PATCH] Fix target alias: aws -> aws-vanhoa (matches ~/.ssh/config) Co-Authored-By: Claude --- cleanup-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup-server b/cleanup-server index 35ac5a2..4adf482 100755 --- a/cleanup-server +++ b/cleanup-server @@ -81,7 +81,7 @@ confirm_yn() { # ----------------------------- # Danh sách target fix cứng (alias từ ~/.ssh/config) # ----------------------------- -TARGETS=("local" "ta" "toc" "oc" "cse" "vrc" "aws" "tk" "od") +TARGETS=("local" "ta" "toc" "oc" "cse" "vrc" "aws-vanhoa" "tk" "od") TARGET_CURSOR=0 TARGET=""