forked from sig_core/toolkit
hardlink only after rocky is synced
This commit is contained in:
parent
ee439d8af5
commit
403b147f08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user