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
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
# This script has moved.
management/cli.py "$@"
../management/cli.py "$@"