mirror of
https://github.com/vee1e/PcapMonkey.git
synced 2026-09-01 09:51:26 +00:00
7 lines
No EOL
208 B
Bash
Executable file
7 lines
No EOL
208 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sudo chown 1000:1000 ./config/filebeat/filebeat.yml
|
|
sudo chown -R 1000:1000 ./config/filebeat/modules.d/
|
|
|
|
sudo chmod 644 ./config/filebeat/filebeat.yml
|
|
sudo chmod 644 ./config/filebeat/modules.d/* |