hardlink only after rocky is synced

This commit is contained in:
Louis Abel 2023-06-05 12:45:41 -07:00
parent ee439d8af5
commit 403b147f08
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 5 additions and 2 deletions

View File

@ -141,6 +141,9 @@ if [ $ret_val -eq "0" ]; then
done
fi
echo "** Hardlinking staging directory (${TARGET})"
perform_hardlink "${TARGET}"
if [[ "${SHORT}" == "Rocky" ]]; then
echo "** Hardlinking staging directory (${TARGET})"
perform_hardlink "${TARGET}"
fi
echo "** Syncing completed"
fi