1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Update installation confirmation text

Let the user know a backup will be created.
This commit is contained in:
Steven Nguyen 2023-08-30 12:32:10 -07:00
parent 2d0d036519
commit 917f2f1d74
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ class Install extends Action
if ($data !== false) {
if ($interactive == 'Y' && Console::isInteractive()) {
$answer = Console::confirm('Previous installation found, do you want to overwrite it? (Y/n)');
$answer = Console::confirm('Previous installation found, do you want to overwrite it (a backup will be created before overwriting)? (Y/n)');
if ($answer !== 'Y') {
Console::info('No action taken.');