Remove obsolete echos
This commit is contained in:
parent
e498ededd3
commit
94e900bae7
1 changed files with 0 additions and 3 deletions
|
@ -95,9 +95,6 @@ for toDelete in $(ls $grubdir); do
|
|||
done
|
||||
|
||||
for be in ${bootenvs[@]}; do
|
||||
parseTimestampHuman "$be"
|
||||
parseTimestamp "$be"
|
||||
|
||||
TIMESTAMP_HUMAN=$(parseTimestampHuman "$be") CURRENT_SUBVOLUME_TIMESTAMP=$(parseTimestamp "$be") ROOT_UUID=$(getValueByKey "root_uuid") envsubst '$TIMESTAMP_HUMAN:$CURRENT_SUBVOLUME_TIMESTAMP:$ROOT_UUID' < "${ROOTPATH}/grub-config.in" >> "${grubdir}/$(getValueByKey 'filename')"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue