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 26, 2024
1 parent 522d0a5 commit 03c63ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ if [[ "${resp,,}" != *"umbrel_main_network"* ]] ;then
fi
fi

if [[ "${resp,,}" != *"\"/data:/data\""* ]] ;then
echo "ERROR: You did not bind the /data:/data folder!" && exit 17
fi

# Create directories
mkdir -p /images
mkdir -p /data/tor/
Expand Down

0 comments on commit 03c63ff

Please sign in to comment.