Update rm command
This commit is contained in:
parent
d579f6d414
commit
aff2230f5a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue