Web-checks now runs in separate thread. Some fixes in scripts.

Web-checks now runs in separate thread. Some fixes in scripts.
This commit is contained in:
2022-11-04 01:07:07 +03:00
parent 87e326e869
commit bf96109742
8 changed files with 145 additions and 80 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
ICON_INFO=$(echo -e "\U2139")
ICON_WARNING=$(echo -e "\U26A0")
ICON_OK=$(echo -e "\U2705")
ICON_FAIL=$(echo -e "\U274C")