Commit 668ad453 authored by Jose Borreguero's avatar Jose Borreguero
Browse files

explicit call to _remove_font_cache

parent b6a529fd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@ then
    # import library to do the real work
    source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh"

    # remove font cache
    _remove_font_cache

    # activate the environment - will be deactivated on exit
    activate_conda_environment "${CONDA_ENVIRON}"
fi