}#defaultumaskforroot is 022 so parent directories won't be group writeable without this#this is used instead of making the chmod in prepare_host() recursive#设置文件创建的默认权限umask 002#destination 确定目标路径if [ -d "$CONFIG_PATH/output" ]; then DEST="${CONFIG_PATH}"/output else DE...