diff --git a/rootfs_overlay/usr/bin/t3hs/t3hs_frame_exporter_ctl b/rootfs_overlay/usr/bin/t3hs/t3hs_frame_exporter_ctl index b55624e4b..8b2d599fd 100755 --- a/rootfs_overlay/usr/bin/t3hs/t3hs_frame_exporter_ctl +++ b/rootfs_overlay/usr/bin/t3hs/t3hs_frame_exporter_ctl @@ -54,6 +54,12 @@ status() { echo "$APP_NAME is not running" return 3 fi + + if is_enabled; then + echo "Endless restart enabled" + else + echo "Endless restart disabled" + fi } enable() {