Skip to content

Commit

Permalink
Fix permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Nov 4, 2023
1 parent 069915e commit 81d8e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion code/kubes/vps/irssi/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eux

# Fix up permissions, in case kubernetes provided us with an overly permissive
# home directory or with incorrect ownership.
chmod 0750 /home/irssi
chmod 0750 /home/irssi /etc/ssh_keys
chown irssi:irssi /home/irssi

service ssh start
Expand Down

0 comments on commit 81d8e8d

Please sign in to comment.