File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ function url_get_contents ($Url) {
6262 break ;
6363 case '--no-interactive ' :
6464 $ no_interactive = true ;
65+ putenv ("COMPOSER_NO_INTERACTION=1 " ); //put composer in non-interactive mode aswell
6566 break ;
6667 default : // for legacy support from before we started using --branch
6768 $ branch = $ argv [$ arg ];
@@ -443,7 +444,8 @@ function url_get_contents ($Url) {
443444 echo $ git_fetch ;
444445 echo '-- ' .$ git_stash ;
445446 echo '-- ' .$ git_checkout ;
446- echo '-- ' .$ git_pull ."\n" ;
447+ echo '-- ' .$ git_pull ;
448+ echo "\n" ;
447449} else {
448450 echo "Git is NOT installed. You can still use this upgrade script to run common \n" ;
449451 echo "migration commands, but you will have to manually download the updated files. \n\n" ;
You can’t perform that action at this time.
0 commit comments