taler-deployment

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

main.sh (146B)


      1 #!/bin/sh
      2 # Compatibility entry point. This only creates operator-side Ansible inventory.
      3 set -eu
      4 exec "$(dirname "$0")/inventory-wizard.py" "$@"