From 463d72a33d856785a794cb08aedd4768f0a8e9de Mon Sep 17 00:00:00 2001 From: bucde Date: Mon, 13 Sep 2021 12:20:33 +0200 Subject: [PATCH] fix: delete tmp file befor creating it --- setup | 1 + 1 file changed, 1 insertion(+) 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