This commit is contained in:
2024-09-11 12:17:28 +08:00
parent 224ec8a947
commit a05f3e15eb
4 changed files with 7 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ export LANG=en_US.UTF-8
[ 'x86_64' == "$(uname -m)" ] && ARCH='' || ARCH="-$(uname -m)"
ROOT_DIR="$(cd $(dirname $0) && pwd)"
IMAGE="harbor.colben.cn/general/$(basename ${0%.sh})$ARCH:7"
IMAGE="harbor.colben.cn/general/centos$ARCH:7"
if [ -t 0 ]; then
function Print { echo -e "\033[36;1m$(date +'[%F %T]')\033[32;1m $*\033[0m"; }