chore core
: make $FOLDER variable comply with shellcheck
This commit is contained in:
parent
b0ba447dc5
commit
21c4a5574e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
# This should allow Blueprint to run in Docker. Please note that changing the $FOLDER variable after running
|
||||
# the Blueprint installation script will not change anything in any files besides blueprint.sh.
|
||||
FOLDER="$(realpath $(dirname $0))"
|
||||
FOLDER=$(realpath "$(dirname "$0")")
|
||||
|
||||
# This stores the webserver ownership user which Blueprint uses when applying webserver permissions.
|
||||
OWNERSHIP="www-data:www-data" #;
|
||||
|
|
Loading…
Reference in a new issue