CommentStreams:F253c5df81cc8c134e1acf9e97549ee6

< Trixie / libgpiod 2.x issues
Revision as of 16:20, 20 May 2026 by 135.180.174.172 (talk) (Migrated reply #6479)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Formatting got messed up....the changes to xPWR.sh should be:

   gpioset -c "$GPIOCHIP" "$BOOT"=1 &
   BOOT_PID=$!
   trap 'kill "$BOOT_PID" 2>/dev/null' EXIT
   trap 'kill "$BOOT_PID" 2>/dev/null; exit 0' TERM INT