- Fix Application Dir spaces support.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user