Commit 5518a96c authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

fix setup

parent e7977cd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ if [[ -z $setup ]]; then
fi

#run setup if called
if [[ $setup ]]
if [[ $setup == "true" ]]
    then
    if [[ -z $technology ]]; then
        echo "Error: option -t is required"