1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-05 16:06:11 +02:00

Merge pull request #103 from junkurihara/master

This commit is contained in:
Frank Denis 2021-06-18 14:54:23 +02:00 committed by GitHub
commit 60e9e05be6
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ start() {
tee "${KEYS_DIR}/provider-info.txt"
find /var/svc -mindepth 1 -maxdepth 1 -type d | while read -r service; do
ln -s "$service" "${SERVICES_DIR}/"
ln -s -f "$service" "${SERVICES_DIR}/"
done
exec /etc/runit/2 </dev/null >/dev/null 2>/dev/null