- fix: refresh token, codice di errore ...

This commit is contained in:
Surya Paolo
2025-03-15 14:52:25 +01:00
parent dfce2bc5eb
commit 201b739c8c
59 changed files with 726 additions and 87 deletions

14
scripts/inizia_cnm.app.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
source __sites_list.sh
for mysite in "${sites[@]}"; do
if [ -d "$mysite" ]; then
rmdir "my$site"
fi
done
site=comunitanuovomondo.app
source __inizia.sh