mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 04:05:36 +00:00
Remove author warnings upon disposable httpd conf commits.
This commit is contained in:
@@ -14,4 +14,7 @@ if ! git status; then
|
||||
GIT_SSH_COMMAND="ssh -A -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" git fetch
|
||||
git checkout main
|
||||
fi
|
||||
echo "Use Status ${SELF_IP} internal-server-status" > /etc/httpd/conf.d/${STATUS_DEFINITION_FILE}
|
||||
echo "Use Status ${SELF_IP} internal-server-status" > /etc/httpd/conf.d/${STATUS_DEFINITION_FILE}
|
||||
cd /etc/httpd
|
||||
git config user.name "Disposable Reverse Proxy"
|
||||
git config user.email "$(hostname)"
|
||||
Reference in New Issue
Block a user