4 lines
114 B
Bash
4 lines
114 B
Bash
#!/bin/sh
|
|
|
|
# Run default boot animation again during shutdown
|
|
echo 1 > /sys/bus/i2c/devices/0-003f/boot_animation
|