Skip to content

Commit

Permalink
quickfix - update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
romeokienzler authored Jan 18, 2024
1 parent 63905e9 commit 010f860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/claimed
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ if [ -z ${CLAIMED_DATA_PATH+x} ]; then
echo "CLAIMED_DATA_PATH variable not set, not mounting /data to the CLAIMED component"
docker run $envs $image
else
echo "CLAIMED_DATA_PATH variable is set, mounting $CLAIMED_DATA_PATH to /data"
echo "CLAIMED_DATA_PATH variable is set, mounting $CLAIMED_DATA_PATH to /opt/app-root/src/data"
docker run $envs -u 1000 -v `echo $CLAIMED_DATA_PATH`:/opt/app-root/src/data $image
fi

0 comments on commit 010f860

Please sign in to comment.