RedditEnjoyer@lemmy.world to Linux@lemmy.ml · 2 years agoA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fiexternal-linkmessage-square46linkfedilinkarrow-up10arrow-down10file-textcross-posted to: technology@lemmy.world
arrow-up10arrow-down1external-linkA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fiRedditEnjoyer@lemmy.world to Linux@lemmy.ml · 2 years agomessage-square46linkfedilinkfile-textcross-posted to: technology@lemmy.world
minus-squareSamueru@lemmy.worldlinkfedilinkarrow-up0·2 years 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-up0·2 years 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.