mirror of
git://f0xx.org/android_cast
synced 2026-07-29 03:38:52 +03:00
snap 3
This commit is contained in:
@@ -14,6 +14,7 @@ echo "working branch: ${BRANCH}"
|
||||
git checkout ${BRANCH} || exit $?
|
||||
git status || exit $?
|
||||
git pull --rebase || exit $?
|
||||
[ -f ./examples/crash_reporter/backend/config/config.php.alpine ] && \
|
||||
cp -f ./examples/crash_reporter/backend/config/config.php.alpine cp -f ./examples/crash_reporter/backend/config/config.php ||:
|
||||
if [ -f ./examples/crash_reporter/backend/config/config.php.alpine ]; then
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user