mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Updated banner with better warning
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2dfb965885
commit
9b52c61d95
|
@ -43,7 +43,7 @@ class PaveIt extends Command
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!$this->option('force')) {
|
if (!$this->option('force')) {
|
||||||
$confirmation = $this->confirm("\n****************************************************\nTHIS WILL DELETE ALL OF THE DATA IN YOUR DATABASE. \nThere is NO undo. This WILL destroy ALL of your data. \n****************************************************\n\nDo you wish to continue? No backsies! ");
|
$confirmation = $this->confirm("\n****************************************************\nTHIS WILL DELETE ALL OF THE DATA IN YOUR DATABASE. \nThere is NO undo. This WILL destroy ALL of your data, \nINCLUDING ANY non-Snipe-IT tables you have in this database. \n****************************************************\n\nDo you wish to continue? No backsies! ");
|
||||||
if (!$confirmation) {
|
if (!$confirmation) {
|
||||||
$this->error('ABORTING');
|
$this->error('ABORTING');
|
||||||
exit(-1);
|
exit(-1);
|
||||||
|
|
Loading…
Reference in a new issue