- AbitaregliIblei.it
- Server aggiornamenti agli script. - Editor HTML corretto un po'. - Record Mysql per server (appena iniziato)
This commit is contained in:
@@ -2486,8 +2486,13 @@ class Telegram {
|
||||
file = '~/batch/test_restart_server.sh';
|
||||
}
|
||||
|
||||
const ris = await tools.execScriptByTelegram(this.idapp, msg, file,
|
||||
this.chisono(rec) + ' Restart il Server (Node.Js) : ' + process.version);
|
||||
let messaggio = this.chisono(rec) + ' Restart il Server (Node.Js) : ' + process.version;
|
||||
|
||||
messaggio += '\nVersione Server: ' + await tools.getVersServer();
|
||||
|
||||
const ris = await tools.execScriptByTelegram(this.idapp, msg, file, messaggio);
|
||||
|
||||
|
||||
} else {
|
||||
this.nonAbilitato(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user