diff --git a/setup b/setup index fda6d75..02d7aa1 100755 --- a/setup +++ b/setup @@ -59,6 +59,7 @@ echo "Wait a few seconds for the container to spin up ..." sleep 5 if [ $POSTGRES_SHARED_HOSTING == "y" ]; then + rm -f tmp touch tmp echo "REVOKE ALL ON DATABASE template1 FROM public;" >> tmp echo "REVOKE ALL ON SCHEMA public FROM public;" >> tmp