From 30f18fbf7748aaa23713ec3e0bf353c1c40c8ccd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 8 Jan 2022 08:43:20 +0100 Subject: [PATCH] Update 99-run.sh --- webtrees/rootfs/scripts/99-run.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/webtrees/rootfs/scripts/99-run.sh b/webtrees/rootfs/scripts/99-run.sh index 2dce66815..231df4d3c 100644 --- a/webtrees/rootfs/scripts/99-run.sh +++ b/webtrees/rootfs/scripts/99-run.sh @@ -100,9 +100,6 @@ for VOL in "data" "media" "modules_v4"; do mkdir -p $OLD_WEBTREES_HOME/$VOL cp -rn $OLD_WEBTREES_HOME/$VOL $WEBTREES_HOME || true rm -r $OLD_WEBTREES_HOME/$VOL || true -done - -for VOL in $(ls -d */ | cut -f1 -d'/'); do echo "... linking $VOL" ln -s $WEBTREES_HOME/$VOL $OLD_WEBTREES_HOME done