@@ -409,7 +409,10 @@ void fastweb::install_module_linux(fastweb::module_info info)
std::cerr << result << std::endl;
return;
}
+
cmd = tdir+"/build.sh";
+ system(std::string("chmod 777 " + cmd).c_str());
auto [code2,result2] = execute_command(cmd);
if(code2 != 0)
{