Removed die from vault

This commit is contained in:
Karl Cordes 2018-08-09 21:12:43 +10:00
parent d6009a8267
commit 1c64c0ec2a

View file

@ -354,7 +354,7 @@ class VaultShell extends Shell {
return true;
}
else {
die("Unable to create symlink for {$email_filename}");
echo "Unable to move $old to $new";
return false;
}
}