Browse Source

fix: delete tmp file befor creating it

master
bucde 3 years ago
parent
commit
463d72a33d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup

+ 1
- 0
setup View File

@ -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


Loading…
Cancel
Save