italia / spid-cie-oidc-django

The SPID/CIE OIDC Federation SDK, written in Python
Apache License 2.0
27 stars 28 forks source link

docker-prepare.sh check file not found #215

Closed mmariuzzo closed 2 years ago

mmariuzzo commented 2 years ago

Inside docker-prepare.sh use the -f flag on this lines

# remove dev db
rm $EXPFOLDER/relying_party/db.sqlite3 
rm $EXPFOLDER/provider/db.sqlite3 
rm $EXPFOLDER/federation_authority/db.sqlite3 

to manage file absence

peppelinux commented 2 years ago

thank you Mauro!