Signed-off-by: Andrew Schoen <aschoen@redhat.com>
# if the binary already exists in chacra, do not rebuild
if [ $? -e 0 ] && [ "$FORCE" = false ] ; then
- echo "The endpoint at ${chacra_endpoint} already exists, Exiting..."
+ echo "The endpoint at ${chacra_endpoint} already exists and FORCE was not set, Exiting..."
exit 0
fi
# if the binary already exists in chacra, do not rebuild
if [ $? -e 0 ] && [ "$FORCE" = false ]; then
- echo "The endpoint at ${chacra_baseurl}/${ARCH} already exists, Exiting..."
+ echo "The endpoint at ${chacra_baseurl}/${ARCH} already exists and FORCE was not set, Exiting..."
exit 0
fi