Fix log message to capitalize 'Gitea' in SIGHUP handler
This commit is contained in:
parent
2478fb2f94
commit
a02260f265
2
main.py
2
main.py
@ -838,7 +838,7 @@ def handle_sighup(signum, frame):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
print(
|
print(
|
||||||
"Received SIGHUP: pulling latest code from gitea (branch master)..."
|
"Received SIGHUP: pulling latest code from Gitea (branch master)..."
|
||||||
)
|
)
|
||||||
result = subprocess.run(["git", "pull"], capture_output=True, text=True)
|
result = subprocess.run(["git", "pull"], capture_output=True, text=True)
|
||||||
print(result.stdout)
|
print(result.stdout)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user