diff options
author | mtunique | 2017-03-22 16:31:54 +0000 |
---|---|---|
committer | mtunique | 2017-03-22 16:31:54 +0000 |
commit | 16da8c5265f78d790463b39b51de0ca148a29ef4 (patch) | |
tree | 1fd1731b5a2d539cb335e0018e31a752d63f3640 /apache-flink.install | |
parent | 0a1eb196782c8555730d809c7382d0ed173f02eb (diff) | |
download | aur-16da8c5265f78d790463b39b51de0ca148a29ef4.tar.gz |
fix bug
Diffstat (limited to 'apache-flink.install')
-rw-r--r-- | apache-flink.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apache-flink.install b/apache-flink.install index ef93c69e9792..1f4483133d50 100644 --- a/apache-flink.install +++ b/apache-flink.install @@ -4,6 +4,7 @@ post_install() { chown -R apache-flink:apache-flink /var/log/apache-flink chown -R apache-flink:apache-flink /etc/apache-flink + chown -R apache-flink:apache-flink /run/apache-flink if [ ! -e '/etc/apache-flink/.ssh/id_rsa' ] ; then su -s '/usr/bin/bash' -c "ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa" - 'apache-flink' |