petit modifs

This commit is contained in:
Tenzing Kandang 2026-01-16 11:33:40 +01:00
parent ffffe65ce3
commit d3689d21d0
2 changed files with 6 additions and 6 deletions

2
app.py
View File

@ -19,4 +19,4 @@ async def receive_info(request: Request):
# Debug
print("Infos reçues :", data)
return ({"status": "ok"})
return ({"status": "ok"})

View File

@ -93,7 +93,6 @@ json_data=$(jq -n \
}
}')
echo $json_data
curl -X POST http://localhost:8000/endpoint \
@ -103,14 +102,14 @@ curl -X POST http://localhost:8000/endpoint \
########################################
# Affichage du texte de démarrage
echo " "
echo " ++++++++++++++++++++++++++++++++++"
echo " + Welcome to Grabber +"
echo " ++++++++++++++++++++++++++++++++++"
echo " "
echo "Hello $USER !"
echo ". . ."
echo "Tout les fichiers crées se trouveront dans le dossier /opt/grabber ;)"
echo "Tout les fichiers crées se trouveront dans le dossier /opt/grabber"
echo " "
#Array File
@ -225,5 +224,6 @@ hardware
software
echo " "
echo "Le fichier summary.txt contient les infos hardware et software du système"
echo "À bientôt ;)"
echo "À bientôt"
echo " "
echo $json_data