Update rm command

This commit is contained in:
LinuxSquare 2023-09-29 15:34:57 +02:00
parent d579f6d414
commit aff2230f5a

View file

@ -81,7 +81,7 @@ for arrval in $(find $bedir -mindepth 1 -maxdepth 1 -type d | grep @root | cut -
bootenvs+=("$arrval")
done
rm -f
rm -f "$grubdir/*"
for be in ${bootenvs[@]}; do
parseTimestampHuman "$be"
parseTimestamp "$be"