fix a Script.gm9 typo that i missed lol!

This commit is contained in:
Rolfie 2024-01-11 18:17:59 +01:00 committed by GitHub
parent 1e096d42b7
commit 103616cc18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,7 +380,7 @@ goto Menu
################################################################################################################################### ###################################################################################################################################
@sub_Inject_WiFi_Config @sub_Inject_WiFi_Config
echo "Warning: make sure you have a backup first!\nIf you ever loose this data, it is impossible to recreate." echo "Warning: make sure you have a backup first!\nIf you ever lose this data, it is impossible to recreate."
if not ask "Are you sure you want to continue?" if not ask "Are you sure you want to continue?"
echo "Operation cancelled." echo "Operation cancelled."
goto Menu goto Menu