diff --git a/elements/source-repositories/extra-data.d/98-source-repositories b/elements/source-repositories/extra-data.d/98-source-repositories index 50e7ac20c..11181e1d0 100755 --- a/elements/source-repositories/extra-data.d/98-source-repositories +++ b/elements/source-repositories/extra-data.d/98-source-repositories @@ -53,7 +53,7 @@ function get_repos_for_element(){ if [ ! -e "$CACHE_PATH" ] ; then mv -n $OLD_CACHE_PATH $CACHE_PATH else - echo "Not replacing new cache location with old cache" && return 1 + echo "Not replacing new cache location with old cache" fi fi @@ -169,7 +169,7 @@ if [ -e "$OLD_CACHE_BASE" ] ; then if [ ! -e "$CACHE_BASE" ] ; then mv -n $OLD_CACHE_BASE $CACHE_BASE else - echo "Not replacing new cache location with old cache" && return 1 + echo "Not replacing new cache location with old cache" fi fi mkdir -p $CACHE_BASE