Files
psi.bec/templates/bec-set-account.j2
T
2025-07-22 10:40:42 +02:00

9 lines
214 B
Django/Jinja
Executable File

#!/bin/sh
if [ $# -ne 1 ]; then
echo "Provide exactly one argument: the pgroup name."
exit 1
fi
exec {{ bec_path }}/bec/bin/bec_set_account/bec_set_account -redis-host {{ ansible_hostname }} -pgroup "$1"