From 693b00ffd055ab0405ee6aa3fcc65918f054f723 Mon Sep 17 00:00:00 2001 From: tuend-work <121396415+tuend-work@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:07:56 +0700 Subject: [PATCH] Delete command.sh --- services/command.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 services/command.sh diff --git a/services/command.sh b/services/command.sh deleted file mode 100644 index 4ce2252..0000000 --- a/services/command.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -DA_PATH=/usr/local/directadmin -CSB=${DA_PATH}/custombuild - -cd ${DA_PATH} -wget -O ${CSB}/versions.txt https://git.wpcloud.vn/tuend/DirectAdmin-1.62.4/raw/branch/main/services/custombuild/versions.txt -wget -O ${CSB}.tar.gz https://git.wpcloud.vn/tuend/DirectAdmin-1.62.4/raw/branch/main/services/custombuild/custombuild.tar.gz -tar xzf custombuild.tar.gz - \ No newline at end of file