fix config bug

这个提交包含在:
AJ ONeal 2018-06-02 04:00:08 -06:00
父节点 b070024177
当前提交 1cd02940d6

查看文件

@ -195,7 +195,6 @@ mkdir -p "$(dirname $my_config)"
if [ ! -e "$my_config" ]; then
#$rsync_cmd examples/$my_app.yml "$my_config"
echo "email: $my_email" >> "$my_config"
echo "email: $my_email" >> "$my_config"
if [ -n "$my_secret" ]; then
echo "secret: $my_secret" >> "$my_config"
fi