From 197a361d9c9dc7c9107461f3fe95f8396da9402a Mon Sep 17 00:00:00 2001 From: nazunalika Date: Tue, 3 Aug 2021 11:46:35 -0700 Subject: [PATCH] reenable hardlink --- sync/sync-to-prod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/sync-to-prod.sh b/sync/sync-to-prod.sh index f7a3814..fcb1faa 100644 --- a/sync/sync-to-prod.sh +++ b/sync/sync-to-prod.sh @@ -22,7 +22,7 @@ if [ $ret_val -eq "0" ]; then # Full file list update cd "${PRODUCTION_ROOT}/${CATEGORY_STUB}/" || { echo "Failed to change directory"; exit 1; } # Hardlink everything except xml files - #hardlink -x '.*\.xml.*' "${REVISION}" + hardlink -x '.*\.xml.*' "${REVISION}" find . > fullfilelist if [[ -f /usr/local/bin/create-filelist ]]; then # We're already here, but Justin Case wanted this