From 93b39f407874d809d4e3a7bb22487c89fc6e79b6 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 8 Feb 2023 10:30:37 -0800 Subject: [PATCH] Stop klobbering pages symlink in production tree. --- PUSH.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PUSH.sh b/PUSH.sh index a00aba6..3a85d52 100755 --- a/PUSH.sh +++ b/PUSH.sh @@ -3,4 +3,4 @@ GIT=/var/www/kiosk.git PROD=/var/www/kiosk -rsync -aP --verbose -r --exclude=kiosk_secrets.py --exclude=pages/hidden/* ${GIT}/* ${PROD}/ +rsync -aP --verbose --keep-dirlinks -r --exclude=kiosk_secrets.py --exclude=pages/hidden/* ${GIT}/* ${PROD}/ -- 2.45.0