Skip to content

Commit

Permalink
Fix mispelled variable name in docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Dec 1, 2023
1 parent 9f91677 commit 095df07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

copy_qgis_configuration() {
QGIS_CUSTOM_CONFIG_PATH=${QGIS_CUSTOM_CONFIG_PATH:-$QGIS_OPTION_PATH}
QGIS_CUSTOM_CONFIG_PATH=${QGIS_CUSTOM_CONFIG_PATH:-$QGIS_OPTIONS_PATH}
if [[ -n $QGIS_CUSTOM_CONFIG_PATH ]]; then
echo "Copying Qgis configuration: $QGIS_CUSTOM_CONFIG_PATH"
cp -aRL $QGIS_CUSTOM_CONFIG_PATH/* $HOME/
Expand Down

0 comments on commit 095df07

Please sign in to comment.