mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
# Copyright (C) 2009-2010 OpenELEC.tv
|
||||||
# http://www.openelec.tv
|
# http://www.openelec.tv
|
||||||
@ -24,9 +22,7 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, installer, textmode
|
# runlevels: openelec, installer, textmode
|
||||||
|
|
||||||
. /etc/profile
|
TTY="3"
|
||||||
|
|
||||||
TTY="3"
|
|
||||||
|
|
||||||
if [ "$DEBUG" = "yes" ]; then
|
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
|
# Copyright (C) 2009-2010 OpenELEC.tv
|
||||||
# http://www.openelec.tv
|
# http://www.openelec.tv
|
||||||
@ -24,8 +22,6 @@
|
|||||||
#
|
#
|
||||||
# runlevels: textmode
|
# runlevels: textmode
|
||||||
|
|
||||||
. /etc/profile
|
|
||||||
|
|
||||||
TTY="1"
|
TTY="1"
|
||||||
|
|
||||||
echo "###########################################"
|
echo "###########################################"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user