RDEV-3601 Fix not working authorization with QR codes
This commit is contained in:
parent
5227264967
commit
aa41310c87
@ -50,7 +50,7 @@ void * methodsThread(void* input) {
|
||||
|
||||
int out = -1;
|
||||
char *script;
|
||||
asprintf(&script,"python3 /usr/share/rublon-ssh/confirmMethod.py %s %s",((struct args*)input)->rublonApiServer ,((struct args*)input)->transactionId);
|
||||
asprintf(&script,"sudo python3 /usr/share/rublon-ssh/confirmMethod.py %s %s",((struct args*)input)->rublonApiServer ,((struct args*)input)->transactionId);
|
||||
out = system(script);
|
||||
debugLog("confirmMethod script started", "");
|
||||
if(out != -1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user