Fix text in postinst

This commit is contained in:
Joshua Boniface 2019-12-09 13:33:47 -05:00
parent 867634cea7
commit 1377c15948
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ if systemctl is-active --quiet pvc-provisioner.service; then
systemctl restart pvc-provisioner.service
systemctl restart pvc-provisioner-worker.service
else
echo "NOTE: The PVC client API daemon (pvc-provisioner.service) has not been started; create a config file at /etc/pvc/pvc-provisioner.yaml then start it."
echo "NOTE: The PVC provisioner API daemon (pvc-provisioner.service) has not been started; create a config file at /etc/pvc/pvc-provisioner.yaml then start it."
fi