Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce6c62d7 authored by Felix Ableitner's avatar Felix Ableitner
Browse files

fix

parent 3b0f3074
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ class MyHandler(BaseHTTPRequestHandler):
            command = f'/postfixadmin/scripts/postfixadmin-cli mailbox add "{target_email}" ' + \
                      f'--password "{password}" --password2 {password_confirm} --name "{displayname}" ' + \
                      f'--quota {email_quota} --active 1 --welcome-mail 0'
            print(f'command=command')
            print(f'command={command}')
            stdin, stdout, stderr = ssh.exec_command(command)
            print(stdout.read())
            print(stderr.read())