码迷,mamicode.com
首页 > 系统相关 > 详细

写入多个变量到配置文件【linux】

时间:2018-09-12 19:59:38      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:debug   evel   span   bsp   clu   engine   bin   name   配置文件   

#!/bin/bash
cat <<EOF >> /etc/ecs/ecs.config
ECS_CLUSTER=MyCluster
ECS_ENGINE_AUTH_TYPE=docker
ECS_ENGINE_AUTH_DATA={"https://index.docker.io/v1/":{"username":"my_name","password":"my_password","email":"email@example.com"}}
ECS_LOGLEVEL=debug
EOF

 

写入多个变量到配置文件【linux】

标签:debug   evel   span   bsp   clu   engine   bin   name   配置文件   

原文地址:https://www.cnblogs.com/songfucai/p/9636430.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!