From: Scott Gasch Date: Wed, 8 Feb 2023 18:30:37 +0000 (-0800) Subject: Stop klobbering pages symlink in production tree. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=93b39f407874d809d4e3a7bb22487c89fc6e79b6;p=kiosk.git Stop klobbering pages symlink in production tree. --- 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}/