From 783973ccb74c9f6398f904aa9fa3182bb68fc164 Mon Sep 17 00:00:00 2001 From: Frederick Grose Date: Jul 18 2023 01:16:06 +0000 Subject: livesys-gnome: Remove a stray "" Remove a stray "" that leads to a sed error: sed: can't read : No such file or directory --- diff --git a/libexec/livesys/sessions.d/livesys-gnome b/libexec/livesys/sessions.d/livesys-gnome index 89f6d14..76994e9 100755 --- a/libexec/livesys/sessions.d/livesys-gnome +++ b/libexec/livesys/sessions.d/livesys-gnome @@ -39,7 +39,7 @@ FOE # make the installer show up if [ -f /usr/share/applications/liveinst.desktop ]; then # Show harddisk install in shell dash - sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop "" + sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop # need to move it to anaconda.desktop to make shell happy mv /usr/share/applications/liveinst.desktop /usr/share/applications/anaconda.desktop