diff --git a/temp-cleanup/install.sh b/temp-cleanup/install.sh index 41c4ab8..383595a 100644 --- a/temp-cleanup/install.sh +++ b/temp-cleanup/install.sh @@ -15,6 +15,12 @@ echo "📁 Current: $CURRENT_DIR" mkdir -p "$SYSTEMD_USER_DIR" +# 📁 Temp Ordner sofort anlegen +TEMP_DIR="$HOME/Dokumente/temp" +mkdir -p "$TEMP_DIR" + +echo "📁 Temp-Ordner erstellt: $TEMP_DIR" + echo "⚙️ systemd setup only (NO FILE COPYING ANYMORE)" sed "s|ExecStart=.*|ExecStart=$CURRENT_DIR/$SCRIPT|" \