Commit 0eb75f7f by 张思远

shell

parent ea604d3b
Pipeline #159 failed with stages
<<<<<<< HEAD
cd %1
git pull
=======
%username%
pause
>>>>>>> 86113a3e1937102c4b42424a70135869c24d5425
......@@ -14,7 +14,8 @@ if (strpos(strtoupper(PHP_OS), 'WIN') === 0) {
$cmd = 't.bat ' . $dir . ' ' . $web_url;
} else {
$cmd = 't.sh';
//su
$cmd = 'bash t.sh';
}
$descriptorspec = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment