You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Error: LT_PATH does not exist or is not a directory: '$LT_PATH' - set it here in the script"
exit
fi
if [ ! -f "$LT_PATH/languagetool.jar" ]; then
echo "Error: LT_PATH does not contain 'languagetool.jar': '$LT_PATH' - set it here in the script to a directory that contains LanguageTool desktop/stand-alone edition"