diff options
author | Udo Richter <udo_richter@gmx.de> | 2009-04-13 00:00:00 +0200 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-01 17:25:43 +0200 |
commit | bc5839b182882ac6650c886bb451512c26635f97 (patch) | |
tree | b6dc4be9960262dd91b976b14e5f921d2ccf336f /runvdr-conf.d | |
parent | 1fb120a90dca0959b10a690e25b3939cc34acf06 (diff) | |
download | runvdr-extreme-bc5839b182882ac6650c886bb451512c26635f97.tar.gz runvdr-extreme-bc5839b182882ac6650c886bb451512c26635f97.tar.bz2 |
Version 0.4.1v0.4.1
* Fix: Parsing sysconfig file
* Fix: --xserver option not working, some weired options bugs fixed
* New: AddParams xxx replaces ADDPARAM="xxx"
* New: Internally building command line in bash array
Diffstat (limited to 'runvdr-conf.d')
-rwxr-xr-x | runvdr-conf.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runvdr-conf.d b/runvdr-conf.d index dd6b5ea..ba76787 100755 --- a/runvdr-conf.d +++ b/runvdr-conf.d @@ -419,7 +419,7 @@ elif [ "$1" == "osdserver" ] ; then shift Command_Osdserver "$@" elif [ "$1" == "" -o "$1" == "help" ] ; then - cat << "ENDOFTEXT" + cat << "ENDOFTEXT" Supported commands: runvdr-conf.d show [conf-name] Show current config for one or all plugins |