diff --git a/deploy_alpine.sh b/deploy_alpine.sh index 8575bee..64c0039 100755 --- a/deploy_alpine.sh +++ b/deploy_alpine.sh @@ -4,8 +4,8 @@ CLEAN=${CLEAN:-yes} git fetch --all --tags || exit $? cp -f $0 /tmp/$0.backup || exit $? git reset --hard || exit $? -cp -f ./examples/crash_reporter/backend/config/config.php.alpine /tmp/ || exit $? -cp -f ./examples/crash_reporter/backend/config/config.php.alpine ./examples/crash_reporter/backend/config/config.php || exit $? +cp -f ./examples/crash_reporter/backend/config/config.php.alpine /tmp/ 2>/dev/null ||: +cp -f ./examples/crash_reporter/backend/config/config.php.alpine ./examples/crash_reporter/backend/config/config.php 2>/dev/null||: if [ "yes" = "${CLEAN}" ]; then echo "auto cleanup - tidying working branch" git clean -xdf