Skip to content

Commit

Permalink
chore: process echo
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Apr 29, 2024
1 parent 861d328 commit 52a25c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Commands/PluginComposerUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ public function handle()
$httpProxy = config('app.http_proxy');

$process = Process::run(<<<"SHELL"
export http_proxy=$httpProxy https_proxy=$httpProxy
echo http_proxy=\$http_proxy
echo https_proxy=\$https_proxy
echo "current user:" `whoami`
echo "home path permission is:" `ls -ld ~`
export httpProxy=$httpProxy
echo "Owner:" `whoami`
echo "Path:" \$PATH
echo "Proxy:" \$httpProxy
echo ""
echo `which php`
echo `php -v`
Expand All @@ -37,6 +36,8 @@ public function handle()
echo `which git`
echo `git --version`
echo ""
echo "# Composer Diagnose"
echo ""
composer diagnose
echo ""
echo "# Fresns Plugin Command"
Expand Down

0 comments on commit 52a25c3

Please sign in to comment.