cancerit/PCAP-core

Move sync after chmod

Closed this issue · 3 comments

Possibly just drop the chmod and change the following to execute with bash:

This:

system("/usr/bin/time $script 1> $out 2> $err");

To:

system("/usr/bin/time bash $script 1> $out 2> $err");

Fixed in V4.2.7.