update
This commit is contained in:
@@ -47,7 +47,7 @@ CHECKTEMP(){
|
|||||||
if [[ "${avgdays^^}" = *"M"* ]]; then
|
if [[ "${avgdays^^}" = *"M"* ]]; then
|
||||||
avgdays_disp="${avgdays::-1}Min"
|
avgdays_disp="${avgdays::-1}Min"
|
||||||
elif [[ "${avgdays^^}" = *"H"* ]]; then
|
elif [[ "${avgdays^^}" = *"H"* ]]; then
|
||||||
avgdays_disp="${avgdays::-1}Hrs"
|
avgdays_disp="${avgdays::-1}Hr"
|
||||||
elif [[ "${avgdays^^}" = *"D"* ]]; then
|
elif [[ "${avgdays^^}" = *"D"* ]]; then
|
||||||
avgdays_disp="${avgdays::-1}Day"
|
avgdays_disp="${avgdays::-1}Day"
|
||||||
elif [[ "${avgdays}" =~ ^[0-9]+$ ]]; then
|
elif [[ "${avgdays}" =~ ^[0-9]+$ ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user