ncc.zabbix_fbsd_templates

Yohn Y. 2025-10-04 Parent:b86351df3265

24:dab245c08aae tip Browse Files

. Переименование утилит на машине разработки

tools/make_dist.sh

     1.1 --- a/tools/make_dist.sh	Sat Oct 04 12:23:24 2025 +0300
     1.2 +++ b/tools/make_dist.sh	Sat Oct 04 12:27:40 2025 +0300
     1.3 @@ -16,12 +16,12 @@
     1.4  echo "${dist_root}/${dist_name}"
     1.5  stat "${dist_root}/${dist_name}"
     1.6  
     1.7 -if [ "$(which minioctl)" ] && [ -f "${dist_root}/${dist_name}" ] ; then
     1.8 +if [ "$(which mioctl)" ] && [ -f "${dist_root}/${dist_name}" ] ; then
     1.9    echo "### PUSH DISTRIBUTION TO FS ###"
    1.10    read -p "Upload file [y/N]: " _ans
    1.11    case "$_ans" in 
    1.12      [Yy] | [yY][eE][sS] )
    1.13 -      minioctl cp "${dist_root}/${dist_name}" "$dist_s3_link"
    1.14 +      mioctl cp "${dist_root}/${dist_name}" "$dist_s3_link"
    1.15        ;;
    1.16     
    1.17      * )