On Fri, Oct 30, 2020 at 02:13:31PM +0800, Wang Chenglong wrote:
diff --git a/distro/aliyun b/distro/aliyun index 79656f0e4..a6ca49968 100755 --- a/distro/aliyun +++ b/distro/aliyun @@ -80,7 +80,6 @@ yum_download() yum_pack() { local target_dir=/opt/rpms
- local date=$(date +"%Y%m%d")
Does the new package no longer use date time as the package name? Is that better for management?
yes, it's easy to manager.
Thanks, Wang Yong