comparison bin/deluser.sh @ 8:bf99236cc5cd default tip

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children
comparison
equal deleted inserted replaced
7:65fd7d441cf1 8:bf99236cc5cd
35 fputs(STDERR, $msg . "\n"); 35 fputs(STDERR, $msg . "\n");
36 if ($usage) print_usage(); 36 if ($usage) print_usage();
37 exit(1); 37 exit(1);
38 } 38 }
39 39
40 $rcmail = rcmail::get_instance(); 40 $rcmail = rcube::get_instance();
41 41
42 // get arguments 42 // get arguments
43 $args = rcube_utils::get_opt(array('h' => 'host')); 43 $args = rcube_utils::get_opt(array('h' => 'host'));
44 $username = trim($args[0]); 44 $username = trim($args[0]);
45 45