Files
rpi/bin/on_boot
2014-02-18 16:11:18 +00:00

14 lines
198 B
Bash
Executable File

#!/bin/bash
/home/pi/bin/_boot/notify_boot.sh || true
if [ "$1" != "" ]; then
echo Boot tests
else
/home/pi/bin/_boot/nas.sh || true
fi
/home/pi/bin/_boot/audio_boot_notication || true
exit 0