Remove creation of now unused and broken provision.sh

This commit is contained in:
Johannes Zellner
2017-01-19 23:17:39 +01:00
parent 9a41f111b0
commit ec1abf8926
-4
View File
@@ -16,10 +16,6 @@ readonly box_src_tmp_dir="$(realpath ${script_dir}/..)"
readonly is_update=$([[ -f "${CLOUDRON_CONF}" ]] && echo "yes" || echo "no")
# create a provision file for testing. %q escapes args. %q is reused as much as necessary to satisfy $@
(echo -e "#!/bin/bash\n"; printf "%q " "${script_dir}/installer.sh" "$@") > /root/provision.sh
chmod +x /root/provision.sh
arg_data=""
args=$(getopt -o "" -l "data:,data-file:" -n "$0" -- "$@")