[#784] CI gate alignment: prune legacy/agent dirs from shellcheck; fix SC2015/SC2002
ci / audit (push) Successful in 49s
ci / audit (push) Successful in 49s
Debian shellcheck (CI job container) vs koalaman:stable skew resolved by fixing real findings + exempting ported legacy suites and non-shell agent scripts, mirroring the archive/ treatment. https://projects.knownelement.com/issues/784
This commit is contained in:
@@ -42,7 +42,7 @@ fi
|
||||
# Verify live state
|
||||
echo ""
|
||||
echo "Live bond0 hash policy:"
|
||||
cat /proc/net/bonding/bond0 | grep "Transmit Hash"
|
||||
grep "Transmit Hash" /proc/net/bonding/bond0
|
||||
|
||||
# 2b: Persist in /etc/network/interfaces (fix the sed that failed before)
|
||||
echo ""
|
||||
@@ -78,7 +78,7 @@ awk '/^auto bond0/,/^$/' /etc/network/interfaces
|
||||
# Final verify
|
||||
echo ""
|
||||
echo "--- Final bond0 running state ---"
|
||||
cat /proc/net/bonding/bond0 | head -20
|
||||
head -20 /proc/net/bonding/bond0
|
||||
|
||||
echo ""
|
||||
echo "==================================================================="
|
||||
|
||||
Reference in New Issue
Block a user