mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-08-02 04:00:54 +00:00
Relative path redirecting to cli.py was not working when executed from the tools directory. Updated path with '..' to fixed broken reference.
4 lines
63 B
Python
Executable File
4 lines
63 B
Python
Executable File
#!/bin/bash
|
|
# This script has moved.
|
|
../management/cli.py "$@"
|