picaronin
picaronin
You should log in before mega-webdav Replace this: ``` ExecStart=/usr/bin/mega-cmd-server ExecStart=/usr/bin/mega-cmd-server mega-webdav '/Mini me cloud/Kids' ``` With this: ``` ExecStart=/usr/bin/mega-login USER "PASSWORD" ExecStart=/usr/bin/mega-webdav '/Mini me cloud/Kids' ``` And test it....
Sessions remain active unless they are expressly deactivated. See `mega-killsession --help` What is essential is to start an instance with the account you want to work with, either by providing...
I am currently saving the situation by limiting the execution time and subsequently handling the script's response. `timeout --signal=HUP 5s mega-login USER "PASSWORD"`