blob: b2a4e20587b9127bbc00e6f31f2fe52f85c62ada (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "If other users than root should be allowed to execute rscsi"
echo "they need an entry in /etc/default/rscsi"
echo "If you do not change that entry, you should create a user rscsi."
}
|