mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-23 02:27:05 +00:00
ca5916eb63
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.
4 lines
63 B
Python
Executable File
4 lines
63 B
Python
Executable File
#!/bin/bash
|
|
# This script has moved.
|
|
../management/cli.py "$@"
|