Skip to content

Commit

Permalink
fix the setup-vcan.sh strict mode command
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Dec 16, 2023
1 parent a0147e7 commit c895e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-vcan.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -eup pipefail
set -euo pipefail

sudo modprobe vcan can_raw can_bcm

Expand Down

0 comments on commit c895e7d

Please sign in to comment.