Skip to content

Commit

Permalink
use 755 for permissions
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Rhinelander <[email protected]>
  • Loading branch information
majestrate and jagerman authored Nov 4, 2022
1 parent 7898d6e commit 7b895b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lokinet/lokinet-exit.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY contrib/lokinet-exit.ini /var/lib/lokinet/conf.d/exit.ini
COPY contrib/lokinet-exit-sysctl.conf /etc/sysctl.d/00-lokinet-exit.conf
COPY --chmod=700 contrib/lokinet-exit-rc.local.sh /etc/rc.local

COPY --chmod=700 contrib/print-lokinet-address.sh /usr/local/bin/print-lokinet-address.sh
COPY --chmod=755 contrib/print-lokinet-address.sh /usr/local/bin/print-lokinet-address.sh

# setup cron jobs
COPY --chmod=700 contrib/lokinet-kill-scans.sh /usr/local/sbin/lokinet-kill-scans.sh
Expand Down

1 comment on commit 7b895b3

@beardstack
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually. that file is already in the base image and already has the correct permissions. That line is not necessary

Please sign in to comment.