diff -urN smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Backup.pm smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr/Controller/Backup.pm --- smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Backup.pm 2021-06-21 13:25:10.000000000 +0400 +++ smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr/Controller/Backup.pm 2021-12-26 22:47:52.000000000 +0400 @@ -279,9 +279,7 @@ $res = ''; if ( ! $result ) { - $res = $c->workstnVerify(); # list returned $bac_datas{function} = $function; - $bac_datas{files_list} = $res; } } @@ -1000,6 +998,7 @@ exit(0); } } + $error_message .= $c->bunmount($mntdir,$VFSType); return $out; } @@ -1155,6 +1154,7 @@ $rdb->reload; + $error_message .= $c->bunmount($mntdir,$VFSType); return '#OK#' . $out; } @@ -1685,6 +1685,7 @@ push @list, [ "$blabels{$labkey}" => "$labkey" ]; } + $error_message .= $c->bunmount($mntdir,$VFSType); return \@list; } @@ -1755,6 +1756,8 @@ push @list, [ $bkname[$j] => "$bknum[$j]" ]; $j++ } + + $error_message .= $c->bunmount($mntdir,$VFSType); return \@list; } @@ -1831,6 +1834,7 @@ exit(0); } + $error_message .= $c->bunmount($mntdir,$VFSType); return \@flabels; } @@ -2123,4 +2127,3 @@ 1; - diff -urN smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr.pm smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr.pm --- smeserver-manager-0.1.4.old/root/usr/share/smanager/lib/SrvMngr.pm 2021-12-27 20:59:21.000000000 +0400 +++ smeserver-manager-0.1.4/root/usr/share/smanager/lib/SrvMngr.pm 2021-12-27 21:16:40.975000000 +0400 @@ -23,7 +23,7 @@ use SrvMngr::Model::Main; -our $VERSION = '1.403'; +our $VERSION = '1.410'; $VERSION = eval $VERSION; use Exporter 'import'; diff -urN smeserver-manager-0.1.4.old/root/usr/share/smanager/themes/default/templates/back_workstn_verify1.html.ep smeserver-manager-0.1.4/root/usr/share/smanager/themes/default/templates/back_workstn_verify1.html.ep --- smeserver-manager-0.1.4.old/root/usr/share/smanager/themes/default/templates/back_workstn_verify1.html.ep 2021-12-27 20:59:21.000000000 +0400 +++ smeserver-manager-0.1.4/root/usr/share/smanager/themes/default/templates/back_workstn_verify1.html.ep 2021-12-26 22:40:36.000000000 +0400 @@ -21,7 +21,7 @@

<%= l 'bac_VERIFY_WORKSTN_BACKUP_FILE' %>


- %= $c->render_to_string(inline => $bac_datas->{files_list}) + %= $c->render_to_string(inline => $c->workstnVerify())
%= form_for '/backupd' => (method => 'POST') => begin