diff --git a/emhttp/plugins/dynamix/include/SysDrivers.php b/emhttp/plugins/dynamix/include/SysDrivers.php index 9976e7863..9a06aa556 100644 --- a/emhttp/plugins/dynamix/include/SysDrivers.php +++ b/emhttp/plugins/dynamix/include/SysDrivers.php @@ -31,10 +31,12 @@ $arrModtoPlg = json_decode(file_get_contents("/tmp/modulestoplg.json") ,TRUE) ; switch ($_POST['table']) { - case 't1create': + case 't1create': + if (is_file("/tmp/sysdrvbuild.running")) break ; + touch("/tmp/sysdrvbuild.running") ; modtoplg() ; createlist() ; - + unlink("/tmp/sysdrvbuild.running") ; break; case 't1load':