mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 012846a6d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Origin message was:
------------------
- move creation of /tmp/.flash.start to update code
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# kill start script first to ignore neutrino's exit codes
|
|
killall start_neutrino
|
|
|
|
# run shutdown routine depending on flagfile
|
|
/etc/init.d/rcK
|