Skip to content

Commit

Permalink
🔧 Removed sudo from the dev-env-tunnel script
Browse files Browse the repository at this point in the history
  • Loading branch information
alubneuski committed Dec 20, 2021
1 parent 591c4d9 commit ccdb972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion d3b_cli_igor/utils/scripts/dev-env-tunnel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ctrl_c () {
echo ""
echo "Exiting tunnel..."
kill $(ps -ef | grep "ssm start-session" | grep -v grep | awk '{ print $2 }')
sudo kill $(ps -ef | grep "sshuttle" | grep -v grep | awk '{ print $2 }')
exit
}
syslevel=$1
Expand Down

0 comments on commit ccdb972

Please sign in to comment.