chore: resolve shell warnings
This commit is contained in:
parent
83e904d06d
commit
022b1a2881
4 changed files with 8 additions and 6 deletions
|
@ -14,7 +14,8 @@ command -v openssl > /dev/null || error "openssl command not found!"
|
|||
command -v rabbitmqctl > /dev/null || error "rabbitmqctl command not found!"
|
||||
|
||||
typeset -r RMQ_USER="airtime"
|
||||
typeset -r RMQ_PASSWORD=$(openssl rand -hex 16)
|
||||
RMQ_PASSWORD=$(openssl rand -hex 16)
|
||||
typeset -r RMQ_PASSWORD
|
||||
|
||||
# RabbitMQ
|
||||
echo "Changing password for rabbitmq user '$RMQ_USER' to '$RMQ_PASSWORD'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue