mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-23 02:27:05 +00:00
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.
This commit is contained in:
parent
fa8c7ddef5
commit
92340d129f
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
# This script has moved.
|
||||
management/cli.py "$@"
|
||||
../management/cli.py "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user