diff --git a/scripts/8_uninstall.sh b/scripts/8_uninstall.sh index a4ae44d..e34246c 100644 --- a/scripts/8_uninstall.sh +++ b/scripts/8_uninstall.sh @@ -52,7 +52,7 @@ function remove_jumpserver() { fi echo fi - if [ -f "/usr/local/bin/docker-compose"]; then + if [ -f "/usr/local/bin/docker-compose" ]; then echo -e "$(gettext 'Cleaning up') /usr/local/bin/docker-compose" rm -f /usr/local/bin/docker-compose fi