forked from cps-deployments/psi.bec
Deploy bec-set-account script
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user