summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr00tb2024-04-17 13:47:33 +0200
committerdr00tb2024-04-17 13:47:33 +0200
commitca6363ab1c7268aac45067cce6294e95b7cb56d7 (patch)
tree621406840917af2635d9f15e3ca413bf36ebb416
parent4cbe14fe21affe3718b8d6ac3a8a8b124d3a2588 (diff)
downloadaur-ca6363ab1c7268aac45067cce6294e95b7cb56d7.tar.gz
refer to old package version by variable in post_upgrade
-rw-r--r--tkey-ssh-agent.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/tkey-ssh-agent.install b/tkey-ssh-agent.install
index 06abf5e4ab04..8299be038afa 100644
--- a/tkey-ssh-agent.install
+++ b/tkey-ssh-agent.install
@@ -4,6 +4,6 @@ post_install() {
}
post_upgrade() {
- printf '\033[1;33mThis release changes the Tkey identity (CDI) compared to v0.0.7, i.e., you will not have the same Ed25519 keypair derived.'
+ echo -e "\033[1;33mThis release changes the Tkey identity (CDI) compared to $1, i.e., you will not have the same Ed25519 keypair derived."
}