mirror of
git://f0xx.org/android_cast
synced 2026-07-29 03:57:50 +03:00
y 5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user