Commit d7fc98dcbb9a0e6f51a032757bcfbe6b25562f6f
1 parent
0c287721
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
instalsw.sh
... | ... | @@ -60,5 +60,3 @@ psql -d i3geosaude -c "GRANT ALL ON spatial_ref_sys TO PUBLIC;" |
60 | 60 | /usr/bin/pg_restore --host localhost --port 5432 --username "postgres" --dbname "i3geosaude" --no-password --schema-only --list "/tmp/databasei3geosaude.backup" |
61 | 61 | |
62 | 62 | /usr/bin/pg_restore --host localhost --port 5432 --username "postgres" --dbname "i3geosaude" --no-password --data-only --list "/tmp/databasei3geosaude.backup" |
63 | - | |
64 | -exit | |
65 | 63 | \ No newline at end of file | ... | ... |