Update advanced/Scripts/chronometer.sh

Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
Adam Warner 2020-12-11 12:30:52 +00:00 committed by GitHub
parent e841347057
commit 357b6702ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,7 @@ get_sys_stats() {
ph_core_ver="${ph_ver_raw[0]}" ph_core_ver="${ph_ver_raw[0]}"
if [[ ${#ph_ver_raw[@]} -eq 2 ]]; then if [[ ${#ph_ver_raw[@]} -eq 2 ]]; then
# AdminLTE not installed # AdminLTE not installed
ph_lte_ver="n.a." ph_lte_ver="(not installed)"
ph_ftl_ver="${ph_ver_raw[1]}" ph_ftl_ver="${ph_ver_raw[1]}"
else else
ph_lte_ver="${ph_ver_raw[1]}" ph_lte_ver="${ph_ver_raw[1]}"