1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-08-02 04:00:54 +00:00
mailinabox/tools/mail.py
fftux 92340d129f
Fixed broken relative path
Relative path redirecting to cli.py was not working when executed from the tools directory.  Updated path with '..' to fixed broken reference.
2023-12-16 01:16:38 -05:00

4 lines
63 B
Python
Executable File

#!/bin/bash
# This script has moved.
../management/cli.py "$@"