mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bash: rework init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ff5b0191b7
commit
92fa113508
6
packages/sysutils/bash/init.d/01_debugshell → packages/sysutils/bash/init.d/03_debugshell
Executable file → Normal file
6
packages/sysutils/bash/init.d/01_debugshell → packages/sysutils/bash/init.d/03_debugshell
Executable file → Normal file
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
################################################################################
|
||||
# Copyright (C) 2009-2010 OpenELEC.tv
|
||||
# http://www.openelec.tv
|
||||
@ -24,9 +22,7 @@
|
||||
#
|
||||
# runlevels: openelec, installer, textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
TTY="3"
|
||||
TTY="3"
|
||||
|
||||
if [ "$DEBUG" = "yes" ]; then
|
||||
|
4
packages/sysutils/bash/init.d/99_shell
Executable file → Normal file
4
packages/sysutils/bash/init.d/99_shell
Executable file → Normal file
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
################################################################################
|
||||
# Copyright (C) 2009-2010 OpenELEC.tv
|
||||
# http://www.openelec.tv
|
||||
@ -24,8 +22,6 @@
|
||||
#
|
||||
# runlevels: textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
TTY="1"
|
||||
|
||||
echo "###########################################"
|
||||
|
Loading…
x
Reference in New Issue
Block a user