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

Overwrite symlink

This commit is contained in:
Jun Kurihara 2021-06-18 20:53:48 +09:00
parent 1a44487d7c
commit 58c306244c
No known key found for this signature in database
GPG Key ID: B398C7207199C732

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