diff --git a/CAU_Installer.h b/CAU_Installer.h index af30c99..7ca7b4d 100644 --- a/CAU_Installer.h +++ b/CAU_Installer.h @@ -5,7 +5,7 @@ func_term_output () { # einheitliche Terminalausgabe, Terminal löschen ## Beginne mit der Ausgbe ## tty -s && clear - echo -e "\033[44m \033[0m\033[1m $PROGNAME: Der Calibre-Autoupdate-Installer Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m"; + echo -e "\033[44m \033[0m\033[1m $PROGNAME: Der Calibre-Autoupdate-Installer Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m"; return 0 } diff --git a/calibre-autoupdate.conf b/calibre-autoupdate.conf index a919ada..43daff6 100644 --- a/calibre-autoupdate.conf +++ b/calibre-autoupdate.conf @@ -1,5 +1,5 @@ # Calibre Auto Updater Configfile -# Copyright (C) 2013-2015 Leon Gaultier +# Copyright (C) 2013-2015 Leon Gaultier # # Calibre Download Seite URL. diff --git a/calibre-autoupdate.h b/calibre-autoupdate.h index 2e79a2e..3c7bcdd 100644 --- a/calibre-autoupdate.h +++ b/calibre-autoupdate.h @@ -1,11 +1,11 @@ # Calibre Auto Updater Header File -# Copyright (C) 2013-2015 Leon Gaultier +# Copyright (C) 2013-2015 Leon Gaultier # func_term_output () { ## Beginne mit der Ausgbe ## tty -s && clear - echo -e "\033[44m \033[0m\033[1m $PROGNAME Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m"; + echo -e "\033[44m \033[0m\033[1m $PROGNAME Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m"; return 0 } diff --git a/calibre-autoupdate_checks.h b/calibre-autoupdate_checks.h index c1f82b6..0bc049b 100644 --- a/calibre-autoupdate_checks.h +++ b/calibre-autoupdate_checks.h @@ -1,5 +1,5 @@ # Calibre Auto Updater Configfile -# Copyright (C) 2013-2015 Leon Gaultier +# Copyright (C) 2013-2015 Leon Gaultier # func_http_status_code () {