Skip to content

Commit 2ad96af

Browse files
committed
Update EE update confirm prompt
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 203974d commit 2ad96af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/commands/src/CLI_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function update( $_, $assoc_args ) {
269269
} elseif ( ! is_writable( dirname( $old_phar ) ) ) {
270270
EE::error( sprintf( '%s is not writable by current user.', dirname( $old_phar ) ) );
271271
}
272-
EE::confirm( "Note: It is recommended to run EasyEngine update in tmux/screen. Update at times may take some time.\n\nTo view progress, tail logs in a different window using `tail -f /opt/easyengine/logs/ee.log`.\n\nAre you sure you want to continue?", $assoc_args );
272+
EE::confirm( "Note: 1. It is recommended to run EasyEngine update in tmux/screen.\n2. Have minimum 5GB free disk space.\nUpdate at times may take some time.\n\nTo view progress, tail logs in a different window using `tail -f /opt/easyengine/logs/ee.log`.\n\nAre you sure you want to continue?", $assoc_args );
273273
if ( Utils\get_flag_value( $assoc_args, 'nightly' ) ) {
274274
EE::confirm( sprintf( 'You have version %s. Would you like to update to the latest nightly?', EE_VERSION ), $assoc_args );
275275
$download_url = 'https://raw.githubusercontent.com/EasyEngine/easyengine-builds/master/phar/easyengine-nightly.phar';

0 commit comments

Comments
 (0)