PVE::ReplicationTools::update_conf - correctly catch exception

This commit is contained in:
Dietmar Maurer
2017-05-09 11:45:12 +02:00
parent 9998ea1d52
commit 552278a2a2

View File

@ -516,6 +516,8 @@ sub update_conf {
};
PVE::Tools::lock_file_full($STATE_PATH, 60, 0 , $update);
die $@ if $@;
}
1;