Closed WoChen5770 closed 1 year ago
Describe the bug INSTALL_DIR="/opt" uninstall_marzban() { if [ -d "$INSTALL_DIR" ]; then colorized_echo yellow "Removing directory: $INSTALL_DIR" rm -r "$INSTALL_DIR" fi }
INSTALL_DIR="/opt" uninstall_marzban() { if [ -d "$INSTALL_DIR" ]; then colorized_echo yellow "Removing directory: $INSTALL_DIR" rm -r "$INSTALL_DIR" fi }
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Machine details (please complete the following information):
Additional context Add any other context about the problem here.
That's a BIG BIG problem, thanks for the report!
Describe the bug
INSTALL_DIR="/opt" uninstall_marzban() { if [ -d "$INSTALL_DIR" ]; then colorized_echo yellow "Removing directory: $INSTALL_DIR" rm -r "$INSTALL_DIR" fi }
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Machine details (please complete the following information):
Additional context Add any other context about the problem here.