summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i2pbote.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/i2pbote.install b/i2pbote.install
index 9045f334e5b0..8d043302fe0a 100644
--- a/i2pbote.install
+++ b/i2pbote.install
@@ -4,6 +4,6 @@ post_install() {
post_upgrade() {
systemd-tmpfiles --create i2prouter.conf
- chown -R i2p:i2p /opt/i2p/plugins/i2pbote
- chmod -R 750 /opt/i2p/plugins/i2pbote
+ chown -R i2p:i2p /opt/i2p/.i2p/plugins/
+ chmod -R 750 /opt/i2p/.i2p/plugins/
}