We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a8c9e commit 6ea2640Copy full SHA for 6ea2640
3 files changed
APs/config/ns-inet.sh
@@ -9,7 +9,7 @@ fi
9
10
# Install mac80211_hwsim_WiFiChallenge if missing
11
cd /root/mac80211_hwsim_WiFiChallenge
12
-sudo bash install.sh
+sudo bash install.sh || true
13
14
# Returns all available interfaces, except "lo" and "veth*".
15
available_interfaces()
APs/mac80211_hwsim/dragondrain.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-set -euo pipefail
+#set -euo pipefail
3
4
usage() {
5
cat <<'EOF'
APs/mac80211_hwsim/patch80211.sh
#!/usr/bin/env bash
DEST="./"
mkdir -p "$DEST"
0 commit comments