From 7a3a8aee8b9ecc862f3b7b640d6e274c11938c25 Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Tue, 26 May 2026 17:00:24 +0300 Subject: [PATCH] y 5 --- deploy_alpine.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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