mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 19:42:26 +02:00
6 lines
92 B
Bash
6 lines
92 B
Bash
#!/bin/sh
|
|
|
|
/var/lib/otrs/bin/otrs.SetPermissions.pl --web-group=www-data >/dev/null
|
|
|
|
exit 0
|