1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:57:50 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-26 16:52:24 +03:00
parent 71b2be1cfb
commit 7f45cef18e

View File

@@ -14,6 +14,7 @@ echo "working branch: ${BRANCH}"
git checkout ${BRANCH} || exit $? git checkout ${BRANCH} || exit $?
git status || exit $? git status || exit $?
git pull --rebase || exit $? git pull --rebase || exit $?
[ -f ./examples/crash_reporter/backend/config/config.php.alpine ] && \ if [ -f ./examples/crash_reporter/backend/config/config.php.alpine ]; then
cp -f ./examples/crash_reporter/backend/config/config.php.alpine cp -f ./examples/crash_reporter/backend/config/config.php ||: cp -f ./examples/crash_reporter/backend/config/config.php.alpine ./examples/crash_reporter/backend/config/config.php ||:
fi
sudo -E /etc/init.d/mariadb restart; sudo -E /etc/init.d/php-fpm81 restart; sudo -E /etc/init.d/nginx restart; sudo -E /etc/init.d/gitea restart; sudo -E /etc/init.d/mariadb restart; sudo -E /etc/init.d/php-fpm81 restart; sudo -E /etc/init.d/nginx restart; sudo -E /etc/init.d/gitea restart;