From d5afe564e0b56f27fa8184c5dc086091568a0431 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 24 Oct 2021 22:41:26 +0200 Subject: [PATCH] Update run.sh --- webtrees/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/rootfs/run.sh b/webtrees/rootfs/run.sh index 327446829..c11be9832 100644 --- a/webtrees/rootfs/run.sh +++ b/webtrees/rootfs/run.sh @@ -66,7 +66,7 @@ chown -R www-data:www-data $WEBTREES_HOME # Make links with share for VOL in "data" "media" "modules_v4"; do -touch $OLD_WEBTREES_HOME/$VOL +mkdir -p $OLD_WEBTREES_HOME/$VOL cp -rn $OLD_WEBTREES_HOME/$VOL $WEBTREES_HOME rm -r $OLD_WEBTREES_HOME/$VOL ln -s $WEBTREES_HOME/$VOL $OLD_WEBTREES_HOME