proxmox-boot: drop useless assignment to self

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-30 19:01:32 +01:00
parent 0eb24c7300
commit 72500ba323

View File

@ -52,7 +52,6 @@ update_esps() {
if [ -f /etc/kernel/cmdline ]; then
# we can have cmdline files with multiple or no new line at all, handle both!
while IFS= read -r CMDLINE || [ -n "$CMDLINE" ]; do
CMDLINE="$CMDLINE"
break
done < /etc/kernel/cmdline
echo ${CMDLINE} | grep -q 'root=' || \