mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 10:51:39 +02:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chown -R openxcap:openxcap /var/run/openxcap
|
|
chgrp openxcap /etc/openxcap/config.ini
|
|
exit 0
|