Lines Matching refs:file
96 echo "WARNING: Failed to download the file over HTTPs." 1>&2
97 echo -n " The file was instead download over HTTP. " 1>&2
524 echo "ERROR: meta tarball is missing the configuration file" 1>&2
578 for file in $TEMPLATE_FILES; do
579 [ ! -f "$file" ] && continue
581 sed -i "s#LXC_NAME#$LXC_NAME#g" $file
582 sed -i "s#LXC_PATH#$LXC_PATH#g" $file
583 sed -i "s#LXC_ROOTFS#$LXC_ROOTFS#g" $file
584 sed -i "s#LXC_TEMPLATE_CONFIG#$LXC_TEMPLATE_CONFIG#g" $file
585 sed -i "s#LXC_HOOK_DIR#$LXC_HOOK_DIR#g" $file