[type/__package_pkg_openbsd] Send messages local instead of remote
This commit is contained in:
parent
93b0727c3b
commit
ede076e7c5
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ if [ \$? -ne 0 ]; then
|
||||||
echo "Error: \$status"
|
echo "Error: \$status"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "installed" >> "$__messages_out"
|
|
||||||
eof
|
eof
|
||||||
|
echo "installed" >> "$__messages_out"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
absent)
|
absent)
|
||||||
|
@ -118,8 +118,8 @@ if [ \$? -eq 0 ]; then
|
||||||
echo "Error: \$status"
|
echo "Error: \$status"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "removed" >> "$__messages_out"
|
|
||||||
eof
|
eof
|
||||||
|
echo "removed" >> "$__messages_out"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown state: $state_should" >&2
|
echo "Unknown state: $state_should" >&2
|
||||||
|
|
Loading…
Reference in a new issue