meta-quanta: gbs: rename fan2/3/4 to fb_fan0/1/2

Change the sensor name of fans:
fan2 -> fb_fan0
fan3 -> fb_fan1
fan4 -> fb_fan2

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: I8350457985f757bf665f7c8d441ae3ddfe12e5fc
diff --git a/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh b/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh
index 520b1c9..56ae7bb 100644
--- a/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh
+++ b/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh
@@ -33,9 +33,9 @@
 
 fan_tach_path=( '/xyz/openbmc_project/sensors/fan_tach/fan0'
                 '/xyz/openbmc_project/sensors/fan_tach/fan1'
-                '/xyz/openbmc_project/sensors/fan_tach/fan2'
-                '/xyz/openbmc_project/sensors/fan_tach/fan3'
-                '/xyz/openbmc_project/sensors/fan_tach/fan4'
+                '/xyz/openbmc_project/sensors/fan_tach/fb_fan0'
+                '/xyz/openbmc_project/sensors/fan_tach/fb_fan1'
+                '/xyz/openbmc_project/sensors/fan_tach/fb_fan2'
                 )
 
 check_fail_flag=0