mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Revert "fix(docker): apply chown each time sshd is started"
This reverts commit 952c24783b
.
The issue found was actually:
- If `./aur.git` exists within the aurweb repository locally,
it also ends up in the destination, stopping the aurweb_git_data
volume from being mounted properly.
This commit is contained in:
parent
952c24783b
commit
829a8b4b81
1 changed files with 0 additions and 5 deletions
|
@ -1,7 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Update this every time.
|
|
||||||
chown -R aur:aur /aurweb/aur.git
|
|
||||||
|
|
||||||
# Start up sshd
|
|
||||||
exec /usr/sbin/sshd -e -p 2222 -D
|
exec /usr/sbin/sshd -e -p 2222 -D
|
||||||
|
|
Loading…
Add table
Reference in a new issue