We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b85582 commit c4cb8f4Copy full SHA for c4cb8f4
pkg/centos/after-install.sh
@@ -1,4 +1,4 @@
1
-chown -R logstash:logstash /usr/share/logstash
+chown -R root:root /usr/share/logstash
2
chown -R logstash /var/log/logstash
3
chown logstash:logstash /var/lib/logstash
4
sed -i \
pkg/debian/after-install.sh
@@ -1,6 +1,6 @@
#!/bin/sh
5
6
chmod 755 /etc/logstash
pkg/ubuntu/after-install.sh
0 commit comments