- Fix Application Dir spaces support.

This commit is contained in:
2025-04-21 12:26:02 +02:00
parent 3b58d3e99d
commit 8fbec958ed
4 changed files with 11 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ shift
APPL_DIR=$(realpath ${APPL_DIR})
APPL_DIR=$(realpath "${APPL_DIR}")
export USER_ID=$(id -u)
export GROUP_ID=$(id -g)