From ca5916eb6390d74941e80714bfe79bbeb12f85fc Mon Sep 17 00:00:00 2001 From: Jan Doberstein Date: Tue, 12 Jan 2021 09:24:17 +0100 Subject: [PATCH] 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. --- tools/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mail.py b/tools/mail.py index f7d5b410..b6169499 100755 --- a/tools/mail.py +++ b/tools/mail.py @@ -1,3 +1,3 @@ #!/bin/bash # This script has moved. -management/cli.py "$@" +../management/cli.py "$@"