diff --git a/pandora_console/extras/mr/69.sql b/pandora_console/extras/mr/69.sql index 3252223c15..4d134315c4 100644 --- a/pandora_console/extras/mr/69.sql +++ b/pandora_console/extras/mr/69.sql @@ -7771,5 +7771,7 @@ UPDATE `tdiscovery_apps` SET `version` = '1.5' WHERE `short_name` = 'pandorafms. DELETE FROM tevent_response WHERE name = 'Create incident from event'; UPDATE tconfig_os SET `name` = 'Web Server' WHERE `id_os` = 12; +UPDATE `tncm_script` SET content='set cli pager off \n capture:show system info | match app-version:\n sleep:1 exit \n' +WHERE id=24; COMMIT; \ No newline at end of file diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 8a1135b4b2..0204f374d9 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -2568,7 +2568,7 @@ INSERT INTO `tncm_script` VALUES (21,0,'sleep:1 exit\n'), (22,1,'set cli pager off \n capture:show config running\n exit\n'), (23,2,'set cli terminal width 500\n set cli scripting-mode on\n configure\n _applyconfigbackup_\n commit\n'), - (24,3,'set cli pager off \n capture:show system info | match app-version:\n sleep:1 expect:app-version:\s* exit \n'), + (24,3,'set cli pager off \n capture:show system info | match app-version:\n sleep:1 exit \n'), (25,4,'tftp import software from _TFTP_SERVER_IP_ file _FIRMWARE_NAME_\n request system software install version\n reboot\n exit\n'), (26,5,''), (27,7,'set cli pager off \n capture:show system info | match app-version:\n sleep:1 expect:app-version:\s* exit \n'),