irserver: rework init scripts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-09 03:45:26 +01:00
parent f903c3b4e2
commit d534584877

View 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: openelec, textmode # runlevels: openelec, textmode
. /etc/profile
[ -f /storage/.config/remote.conf ] && . /storage/.config/remote.conf [ -f /storage/.config/remote.conf ] && . /storage/.config/remote.conf
[ -f /storage/.config/lcd.conf ] && . /storage/.config/lcd.conf [ -f /storage/.config/lcd.conf ] && . /storage/.config/lcd.conf