6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo "Please manually remove the 'rabbitmq' user and group if no longer needed" >&2
|
||
|
|
||
|
exit 0
|