ramdisk: remove dots

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-05-01 12:24:10 +02:00
parent 1d67b8b6e7
commit 77f3e4f075

View File

@@ -100,7 +100,6 @@ for PE in ${PATCHS[@]}; do
RET=1
echo "Patching with ${PE}" >"${LOG_FILE}"
for PF in $(ls ${PATCH_PATH}/${PE} 2>/dev/null); do
echo -n "."
echo "Patching with ${PF}" >>"${LOG_FILE}"
(
cd "${RAMDISK_PATH}"