#! /bin/sh set -e ATP_CONF="/etc/apt/sources.list" if [ -f "${ATP_CONF}" ]; then cp -a "${ATP_CONF}" "/target${ATP_CONF}" fi exit 0