X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/49064c915322ecd425e738516c4a5ce46516ffeb..d18df453f55190d4807af324725ea82a8835d7fc:/scripts/inst_postgres_deb.sh 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