Skip to content

Commit

Permalink
Refactored to set writable ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfortun committed Feb 28, 2023
1 parent bb65cb6 commit c188b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/ash -ex
#!/bin/ash -e

chown tokendito:tokendito /home/tokendito/.aws/config /home/tokendito/.aws/credentials /home/tokendito/.config/tokendito/tokendito.ini
su tokendito -c "python tokendito/tokendito.py $*"
Expand Down

0 comments on commit c188b86

Please sign in to comment.