mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): apply chown each time sshd is started
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
6c7e274968
commit
952c24783b
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
||||||
#!/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