fix(docker): apply chown each time sshd is started

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-08-13 20:12:58 -07:00
parent 6c7e274968
commit 952c24783b
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -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