ispCP - Board - Support
2034 ticket - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Tickets / Roadmap / Timeline (/forum-50.html)
+--- Thread: 2034 ticket (/thread-8402.html)



2034 ticket - kazuo - 11-11-2009 01:48 PM

The error did not occur.
Thank you.

However, do not you change this processing?
-----
sub prepare_update {
my ($rs, $rdata) = (undef, undef);

push_el(\@main::el, 'user_dialog()', 'Starting...');

$rs = welcome_note();

return $rs if ($rs != 0);

# Abort
if ($main::ua{'update'} == ABORT) {
exit_werror("Script was aborted by user.");
}
# all ispCP

stop_services("/tmp/ispcp-backup-all.lock");

# get ispcp.old.conf
----


RE: 2034 ticket - joximu - 11-11-2009 06:38 PM

Thanx for mentioning - I'll tell this the one who is working on the update procedure...

He has a lot to do...

Cheers
Joxi