structured scripts
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user