diff --git a/create-from-template.sh b/create-from-template.sh index 20dd6df..bd599cc 100755 --- a/create-from-template.sh +++ b/create-from-template.sh @@ -17,3 +17,5 @@ do sed -i s/#DRIVER_VERSION_FULL#/"$DRIVER_VERSION_FULL"/g "$f" || true sed -i s/#DRIVER_ARCH#/"$DRIVER_ARCH"/g "$f" || true done + +rm -f ./create-from-template.sh