This commit is contained in:
Team3
2026-05-18 17:11:40 +02:00
parent c67a7eaf98
commit b58d4aee9b
8 changed files with 18 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/bash
PROJEKT="/home/arbeit/arbeit/MtoRagSystem"
TICKET_NR="$1"
DOC=""
[ -n "$DOC" ] && sudo mount --bind "$DOC" "$PROJEKT/doc"
TAB_TICKET=""
if [ -n "$TICKET_NR" ]; then