Skip to content

Commit

Permalink
Update entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Sep 29, 2024
1 parent ebb360d commit c16daea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mkdir -p "/images"
if [[ "$mount" == *":\\"* ]]; then
mount="${mount,,}"
mount="${mount//\\//}"
mount="/mnt/${mount/:/}"
mount="//${mount/:/}"
fi

# Mirror external folder to local filesystem
Expand Down

0 comments on commit c16daea

Please sign in to comment.