KuroeNekoDemon@sh.itjust.works to linuxmemes@lemmy.world · 8 months agoDon't forget to add sudo for maximum performancesh.itjust.worksimagemessage-square5fedilinkarrow-up112arrow-down10
arrow-up112arrow-down1imageDon't forget to add sudo for maximum performancesh.itjust.worksKuroeNekoDemon@sh.itjust.works to linuxmemes@lemmy.world · 8 months agomessage-square5fedilink
minus-squarertxn@lemmy.worldMlinkfedilinkEnglisharrow-up2·8 months agoThat’s the issue I linked. The problem was that at some point a script executed rm -rf "$STEAMROOT/*", but did not make sure that $STEAMROOT was set. If for some reason it was empty, the path became /* after substitution.
That’s the issue I linked. The problem was that at some point a script executed
rm -rf "$STEAMROOT/*"
, but did not make sure that$STEAMROOT
was set. If for some reason it was empty, the path became/*
after substitution.