fixed typo in file name
fixed typo in file name
This commit is contained in:
5
scripts/unix/etc/cai-watchdog/inc-icons
Normal file
5
scripts/unix/etc/cai-watchdog/inc-icons
Normal 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")
|
||||
Reference in New Issue
Block a user