RedditEnjoyer@lemmy.world to Linux@lemmy.ml · 7 months agoA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fiexternal-linkmessage-square50fedilinkarrow-up1120arrow-down115file-text
arrow-up1105arrow-down1external-linkA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fiRedditEnjoyer@lemmy.world to Linux@lemmy.ml · 7 months agomessage-square50fedilinkfile-text
minus-squareSamueru@lemmy.worldlinkfedilinkarrow-up10·7 months agoIn this case the issue was that a change between kde5 and kde6 let to the variable being defined as somepath / (notice the space).
minus-squarekureta@lemmy.mllinkfedilinkarrow-up13·7 months agoAnd that’s why you also surround it with double quotes.
In this case the issue was that a change between kde5 and kde6 let to the variable being defined as
somepath /
(notice the space).And that’s why you also surround it with double quotes.