Commit dcc5c414 by softwhiskey8

добавил cd к вебхуку в exec

1 parent 7bb9bf59
Showing with 1 additions and 1 deletions
......@@ -132,7 +132,7 @@ async function main() {
app.setExternal("sendTelegram", (args)=> {
var exec = require['child_process'].exec;
var cmd = `php ~htdocs/api/telegram-send.php `;
var cmd = `cd /servers/constructor/htdocs/api/; php telegram-send.php `;
var tmp_json = `{webinar:\"Как продавать на маркетплейсах в 2022\",date:\"11 июля\",promocode:\"SAMLOH\"}`;
tmp_json = JSON.strongify(tmp_json);
cmd+= `${events_owner} ${template_id} ${abonent_phone} empty empty empty ${tmp_json}`;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!