Update mail.py

make this script usable again.

this change added the ability to include this script again without touching all scripts that include this - like `owncloud-unlockadmin.sh`. I guess without this change those scripts would harm more than that it helps.
This commit is contained in:
Jan Doberstein 2021-01-12 09:24:17 +01:00 committed by GitHub
parent 879467d358
commit ca5916eb63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
# This script has moved.
management/cli.py "$@"
../management/cli.py "$@"