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:
@@ -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")
|
||||
Reference in New Issue
Block a user