Removed die from vault
This commit is contained in:
parent
d6009a8267
commit
1c64c0ec2a
2
app/vendors/shells/vault.php
vendored
2
app/vendors/shells/vault.php
vendored
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue