taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e644ade22954765da778156c299f514ec1174436
parent 9e003722cbd8eba7a17f9ed820a05a63903c8cc1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 30 Jun 2019 17:06:39 +0200

Fix typo

Diffstat:
Mbin/taler-deployment-hier | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-hier b/bin/taler-deployment-hier @@ -28,7 +28,7 @@ fi # Check if it's writeable. if ! test -w $TALER_DATA; then - echo "Can't write under $TALER_DATA, please ajdust permissions" + echo "Can't write under $TALER_DATA, please adjust permissions" exit 0 fi