From 1b63228c122d25881866f2f247baa509fae3af54 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 5 Apr 2020 02:07:05 +0200 Subject: [PATCH] down use cp -a --- generate.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate.bash b/generate.bash index c5ef93c..ac4c5c1 100755 --- a/generate.bash +++ b/generate.bash @@ -92,6 +92,6 @@ cat "modules/10head" "temp/index_menu" "modules/20aftermenu" "directcontent/inde cd "$ROOTPATH" #reset for next step if [ -d "../html" ]; then echo "It looks like we are on a host. Deploying website" - cp -a out/. ../html #copy all, including hidden. This will not replace the html symlink + cp -r out/. ../html #copy all, including hidden. This will not replace the html symlink . Do NOT use cp -a, this will screw up file permissions fi