mirror of
https://github.com/eddyem/BTA_utils.git
synced 2026-08-13 19:49:24 +03:00
add simplest terminal
This commit is contained in:
@@ -72,6 +72,10 @@ int start_daemon(){
|
||||
#ifdef CLIENT
|
||||
//DBG("server: %s", G.serverhost);
|
||||
if(!G.serverhost) ERRX("Point server name");
|
||||
if(G.terminal){
|
||||
isrunning = TRUE;
|
||||
return open_socket();
|
||||
}
|
||||
#endif
|
||||
if(G.logfile){
|
||||
int lvl = LOGLEVEL_WARN + G.verbose;
|
||||
|
||||
Reference in New Issue
Block a user