In /logs/firmware/patool_extraction/rootfs.img_unblob_extracted/rootfs.img_extract/0-50593792.squashfs_v4_le_extract/usr/html/axis-cgi/language_viewer.cgi line 8:
. /usr/html/axis-cgi/lib/functions.sh
  ^-- SC1091 (info): Not following: /usr/html/axis-cgi/lib/functions.sh was not specified as input (see shellcheck -x).


In /logs/firmware/patool_extraction/rootfs.img_unblob_extracted/rootfs.img_extract/0-50593792.squashfs_v4_le_extract/usr/html/axis-cgi/language_viewer.cgi line 9:
. /usr/html/axis-cgi/lib/language/language_viewer.sh
  ^-- SC1091 (info): Not following: /usr/html/axis-cgi/lib/language/language_viewer.sh was not specified as input (see shellcheck -x).


In /logs/firmware/patool_extraction/rootfs.img_unblob_extracted/rootfs.img_extract/0-50593792.squashfs_v4_le_extract/usr/html/axis-cgi/language_viewer.cgi line 18:
        [ "$TMPVAR" ] && RETURN_PAGE=$TMPVAR
                         ^---------^ SC2034 (warning): RETURN_PAGE appears unused. Verify use (or export if used externally).

For more information:
  https://www.shellcheck.net/wiki/SC2034 -- RETURN_PAGE appears unused. Verif...
  https://www.shellcheck.net/wiki/SC1091 -- Not following: /usr/html/axis-cgi...