Remove standalone stealth system, keep only driver spoof + boot timing
This commit is contained in:
@@ -29,8 +29,6 @@ STOCKDIR="$MODDIR/drivers/.stock_meta"
|
||||
mkdir -p "$DRIVERDIR" "$STOCKDIR"
|
||||
|
||||
mlog() {
|
||||
STEALTH=$(cat "$CONFDIR/stealth_mode" 2>/dev/null || echo "off")
|
||||
[ "$STEALTH" = "full" ] && return
|
||||
echo "$(date '+%Y-%m-%d %H:%M:%S') [spoof] $1" >> "$LOGFILE"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user