Skip to content

Commit

Permalink
Fix path issue with shell script to be executed from a created package
Browse files Browse the repository at this point in the history
  • Loading branch information
vletroye committed Jan 9, 2021
1 parent 504f89b commit fc9ca00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mods/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
echo "<pre>";

$result = liveExecuteCommand("mods.sh");
$result = liveExecuteCommand("./mods.sh");

if($result['exit_status'] === 0){
// do something if command execution succeeds
Expand Down

0 comments on commit fc9ca00

Please sign in to comment.