mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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.
2 lines
46 B
Bash
Executable file
2 lines
46 B
Bash
Executable file
#!/bin/bash
|
|
exec /usr/sbin/sshd -e -p 2222 -D
|