Skip to content

Commit

Permalink
test RunMdaScript.php in real MDA not tested EduGainRunMdaScript.php
Browse files Browse the repository at this point in the history
  • Loading branch information
temaotl committed Sep 26, 2024
1 parent c96266a commit dd9a641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/EduGainRunMdaScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function handle(): void
$realScriptPath = realpath($scriptPath);

try {
$file = config('storageCfg.mdaConfigFolder').'/'. escapeshellarg($folderName).'.xml';
$file = config('storageCfg.mdaConfigFolder').'/'.escapeshellarg($folderName).'.xml';
$pipeline = 'main';
$command = 'sh '.escapeshellarg($realScriptPath).' '.$file.' '.$pipeline;

Expand Down

0 comments on commit dd9a641

Please sign in to comment.