X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/1e1517770b9c404844212bca84dc35b9e3bdfdbd..8b03f6cac18b0795758efb6ebddd80b71f3f9f6c:/scripts/inst_postgres_deb.sh?ds=sidebyside diff --git a/scripts/inst_postgres_deb.sh b/scripts/inst_postgres_deb.sh index d5a313832..6dff83247 100755 --- a/scripts/inst_postgres_deb.sh +++ b/scripts/inst_postgres_deb.sh @@ -2,7 +2,7 @@ # e = exit on error set -e # x = xtrace -set -x +#set -x FEHLER="Achtung!! Es hat ein Problem gegeben" ERRCNT=0 @@ -117,7 +117,7 @@ if [ $cnt -eq 0 ]; then fi -tmp=`ls -r1 /etc/init.d/postgres* | head -1 -` +PGSQL=`ls -r1 /etc/init.d/postgres* | head -1 -` #writeln 18 1 Datenbank neu starten $PGSQL reload