Skip to content

Commit 4ce3189

Browse files
Vitexusclaude
andcommitted
fix: use credential-prototype:import-json in postinst instead of sync
Explicitly import mserver.credprototype.json by path so only this package's prototype is registered, rather than syncing all prototypes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 690e332 commit 4ce3189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/multiflexi-mserver.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
case "$1" in
66
configure)
77
if [ -x /usr/bin/multiflexi-cli ]; then
8-
multiflexi-cli credential-prototype:sync
8+
multiflexi-cli credential-prototype:import-json --file /usr/lib/multiflexi-mserver/multiflexi/mserver.credprototype.json
99
fi
1010
;;
1111

0 commit comments

Comments
 (0)