Skip to content

Commit 58c3062

Browse files
author
Jun Kurihara
committed
Overwrite symlink
1 parent 1a44487 commit 58c3062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ start() {
175175
tee "${KEYS_DIR}/provider-info.txt"
176176

177177
find /var/svc -mindepth 1 -maxdepth 1 -type d | while read -r service; do
178-
ln -s "$service" "${SERVICES_DIR}/"
178+
ln -s -f "$service" "${SERVICES_DIR}/"
179179
done
180180

181181
exec /etc/runit/2 </dev/null >/dev/null 2>/dev/null

0 commit comments

Comments
 (0)