Stop klobbering pages symlink in production tree.
authorScott Gasch <[email protected]>
Wed, 8 Feb 2023 18:30:37 +0000 (10:30 -0800)
committerScott Gasch <[email protected]>
Wed, 8 Feb 2023 18:30:37 +0000 (10:30 -0800)
PUSH.sh

diff --git a/PUSH.sh b/PUSH.sh
index a00aba6c82e040f98bd8505257a8936bac79d13d..3a85d52af64d832b44d910396d43b874d0452eab 100755 (executable)
--- 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}/