From a7432281a86cc22308e3e70b287b03f1f0b3e13a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 17 Feb 2020 11:31:41 -0500 Subject: [PATCH] Fix script link in postinst message --- debian/pvc-daemon-api.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/pvc-daemon-api.postinst b/debian/pvc-daemon-api.postinst index 6d35748e..9c04b468 100644 --- a/debian/pvc-daemon-api.postinst +++ b/debian/pvc-daemon-api.postinst @@ -11,5 +11,5 @@ if systemctl is-active --quiet pvcapid.service; then systemctl start pvcapid.service systemctl start pvcapid-worker.service else - echo "NOTE: The PVC client API daemon (pvcapid.service) and the PVC provisioner worker daemon (pvcapid-worker.service) have not been started; create a config file at /etc/pvc/pvcapid.yaml, then run the database configuration (/usr/share/pvc/api-db-init) and start them manually." + echo "NOTE: The PVC client API daemon (pvcapid.service) and the PVC provisioner worker daemon (pvcapid-worker.service) have not been started; create a config file at /etc/pvc/pvcapid.yaml, then run the database configuration (/usr/share/pvc/pvc-api-db-upgrade) and start them manually." fi