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
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "${SHORT}" == "Rocky" ]]; then
|
||||||
echo "** Hardlinking staging directory (${TARGET})"
|
echo "** Hardlinking staging directory (${TARGET})"
|
||||||
perform_hardlink "${TARGET}"
|
perform_hardlink "${TARGET}"
|
||||||
fi
|
fi
|
||||||
|
echo "** Syncing completed"
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user