Skip to content
Snippets Groups Projects
Commit d58c65bf authored by Bob Mottram's avatar Bob Mottram
Browse files

Combine onion and sata

parent 176108c8
No related branches found
No related tags found
No related merge requests found
......@@ -552,7 +552,11 @@ if [[ $ONION_ONLY != "no" ]]; then
fi
if [ "$EXTERNAL_DRIVE" ]; then
IMAGE_NAME=$'sata'
if [[ $ONION_ONLY == "no" ]]; then
IMAGE_NAME=$'sata'
else
IMAGE_NAME=$'onion-sata'
fi
fi
if [[ "$IMAGE_TYPE" == 'beagle'* ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment