Compare commits

..

No commits in common. "e73e0dd077704100cb255655bc25b1c11dff663f" and "f89f62e5e8cc6a366c1875112ba362e44ee38b2b" have entirely different histories.

2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -77,5 +77,3 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
.fleet
.idea

View File

@ -33,7 +33,7 @@ for APP in "${!FLATPAK_APPS[@]}"; do
done
# Dynamischen Vorlagen-Ordner ermitteln
TEMPLATE_DIR=$(xdg-user-dir TEMPLATES 2>/dev/null || echo "$HOME/Vorlagen")
TEMPLATE_DIR=$(xdg-user-dir TEMPLATES 2 >/dev/null || echo "$HOME/Vorlagen")
mkdir -p "$TEMPLATE_DIR"
# Prüfen, ob LibreOffice als Flatpak installiert ist