aurweb/docker/scripts/run-sshd.sh
Kevin Morris 952c24783b
fix(docker): apply chown each time sshd is started
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-08-13 20:13:07 -07:00

7 lines
123 B
Bash
Executable file

#!/bin/bash
# Update this every time.
chown -R aur:aur /aurweb/aur.git
# Start up sshd
exec /usr/sbin/sshd -e -p 2222 -D