mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
5 lines
103 B
Bash
5 lines
103 B
Bash
#!/bin/sh
|
|
|
|
echo "Please manually remove the 'rabbitmq' user and group if no longer needed" >&2
|
|
|
|
exit 0
|