Răsfoiți Sursa

fix shell script to commit transactions to point to the new db name

Daniel Sheffield 2 ani în urmă
părinte
comite
f7d36ed12c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      grocery_transactions.sh

+ 1 - 1
grocery_transactions.sh

@@ -66,7 +66,7 @@ else
     PASSWORD=
 fi
 
-psql ${HOST} -d das <<EOF
+psql ${HOST} -d grocery <<EOF
 BEGIN;
 $(cat - )
 SELECT