forked from cps-deployments/psi.bec
9 lines
214 B
Django/Jinja
Executable File
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"
|