Skip to content

Commit e661e26

Browse files
committed
Merge branch 'mrrobot47-add/log-message-for-long-updates' into develop
2 parents 76878f6 + 2043314 commit e661e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/commands/src/CLI_Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +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::log( "Note: It is recommended to run EasyEngine update in tmux/screen. Update at times may take some time.\nTo view progress, tail logs in a different window using `tail -f /opt/easyengine/logs/ee.log`." );
272273
if ( Utils\get_flag_value( $assoc_args, 'nightly' ) ) {
273274
EE::confirm( sprintf( 'You have version %s. Would you like to update to the latest nightly?', EE_VERSION ), $assoc_args );
274275
$download_url = 'https://raw.githubusercontent.com/EasyEngine/easyengine-builds/master/phar/easyengine-nightly.phar';

0 commit comments

Comments
 (0)