Skip to content

Commit ff2a8b6

Browse files
committed
remove link-dest
1 parent 05e53ae commit ff2a8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/minor-release-sync-to-staging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ for ARCH in "${ARCHES[@]}"; do
9999
SOURCE="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${REPO}/${ARCH}/os"
100100
TARGET="${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${REPO}/${ARCH}/kickstart"
101101
echo "Making golden kickstart directory"
102-
rsync -vrlptDSH --chown=10004:10005 --progress --human-readable --link-dest="${SOURCE}" "${SOURCE}/" "${TARGET}"
102+
rsync -vrlptDSH --chown=10004:10005 --progress --human-readable "${SOURCE}/" "${TARGET}"
103103
done
104104
done
105105

0 commit comments

Comments
 (0)