Set return value to valid return value

This commit is contained in:
Daniel Goldberg 2020-01-04 22:37:51 +02:00
parent 7af8104434
commit 6c26933bf8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ then
export tgz_url="https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian92-3.6.12.tgz"
else
echo Unsupported OS
exit -1
exit 1
fi
TEMP_MONGO=$(mktemp -d)