ubiquity: setup slim deb822 migration.

This commit is contained in:
Ark74 2025-08-26 16:37:28 -06:00
parent 923cea5d74
commit f9689bfb1c
3 changed files with 7 additions and 10 deletions

View file

@ -71,7 +71,7 @@ Signed-By: ${SIGNED_BY}
EOF
# Keep the legacy file and the pipeline temp file as a single breadcrumb line
: > "$SAVETO"
printf '%s\n' "$MSG" > "$file"
printf '%s\n' "$MSG" > "$SAVETO"
: > "$file"
exit 0