Remove obsolete echos

This commit is contained in:
LinuxSquare 2023-09-29 21:52:38 +02:00
parent e498ededd3
commit 94e900bae7

View file

@ -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