Coldus12@lemmy.fmhy.ml to Selfhosted@lemmy.worldEnglish · 1 year agoSetting up your own VPNmessage-squaremessage-square37fedilinkarrow-up114arrow-down10file-text
arrow-up114arrow-down1message-squareSetting up your own VPNColdus12@lemmy.fmhy.ml to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square37fedilinkfile-text
minus-squareGlitzyArmrest@lemmy.worldlinkfedilinkEnglisharrow-up0·1 year agoI sure hope there isn’t a rm -rf floating around in there somewhere… kind of like a certain past incident with major gaming client.
minus-squaregabriele97@lemmy.g97.toplinkfedilinkEnglisharrow-up0·1 year agoI want to know more 😳 do you have something? A link?
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up1·1 year agoIn the Steam Linux client, there was this line: rm -rf "$STEAMROOT/"*. If the variable $STEAMROOT isn’t defined (or is an empty string), it basically runs rm -rf "/"*, which means delete all subfolders of /.
I sure hope there isn’t a
rm -rf
floating around in there somewhere… kind of like a certain past incident with major gaming client.I want to know more 😳 do you have something? A link?
In the Steam Linux client, there was this line:
rm -rf "$STEAMROOT/"*
.If the variable
$STEAMROOT
isn’t defined (or is an empty string), it basically runsrm -rf "/"*
, which means delete all subfolders of /.