diff options
Diffstat (limited to 'base/aaabasicfs/splashy_stop')
-rwxr-xr-x | base/aaabasicfs/splashy_stop | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/aaabasicfs/splashy_stop b/base/aaabasicfs/splashy_stop new file mode 100755 index 000000000..c6b366391 --- /dev/null +++ b/base/aaabasicfs/splashy_stop @@ -0,0 +1,4 @@ +#!/bin/sh +if [ -f /sbin/splashy_update ]; then + /sbin/splashy_update "exit" +fi |