readd cleanup trap to mas migration script

This commit is contained in:
Simon
2026-04-09 11:48:25 +02:00
parent 625b0381f8
commit c71dc162cb

View File

@ -41,7 +41,7 @@ prepare_mas_migration () {
fi
echo "Copying into mas:/tmp"
abra app cp -C "$DOMAIN" "homeserver.yaml" "mas:/tmp" || return 1
abra app cp "$DOMAIN" "homeserver.yaml" "mas:/tmp" || return 1
echo "Running mas-cli syn2mas check..."
abra app run -t "$DOMAIN" mas -- mas-cli syn2mas check \