summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-17 20:21:57 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-17 20:21:57 +0200
commitb7280ceea1b6ad2b8434d0c56281cca7c59b3083 (patch)
tree55edec1cff6ed716d88dc3bdba005c6c2926a48f
parentb2beca88cd773023ba280a8497ed6a8ba3da592d (diff)
downloaddeployment-b7280ceea1b6ad2b8434d0c56281cca7c59b3083.tar.gz
deployment-b7280ceea1b6ad2b8434d0c56281cca7c59b3083.tar.bz2
deployment-b7280ceea1b6ad2b8434d0c56281cca7c59b3083.zip
fix bash's end of 'if' statement
-rwxr-xr-xbin/taler-deployment-keyup1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index da8e718..764cff9 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -17,5 +17,6 @@ auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir)
taler-auditor-sign -u https://auditor.taler.net/ -m $(taler-config -s exchange -o master_public_key) -r $auditor_request -o "$auditor_base_dir/auditor_sig"
if [[ 0 != $? ]]; then
echo Auditor signing not accomplished.
+fi
chmod -fR g+rw ~/shared-data