Skip to content

Commit

Permalink
Remove whitespace for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bra1ncramp committed Dec 4, 2023
1 parent eb6fe08 commit 5230f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/ioc_hash_scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ function startListen() {
}

function getSessionID() {
SID=$(grep "Connection accepted for session" "$logfile" | tail --lines=1)
echo "$SID" | cut -d'[' -f 2 | cut -d']' -f 1
SID=$(grep "Connection accepted for session" "$logfile" | tail --lines=1)
echo "$SID" | cut -d'[' -f 2 | cut -d']' -f 1
}

## MAIN SCRIPT
Expand Down

0 comments on commit 5230f8d

Please sign in to comment.