Skip to content

Commit

Permalink
add message to resign function
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Dec 21, 2024
1 parent 13a1d90 commit b1b7c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def resign_whitelist():
"""
logger.info("Running cvmfs_server resign")
subprocess.run(["cvmfs_server", "resign"], check=True)
return {"message": "cvmfs_server resign completed successfully"}

@app.command()
def start_server(port: int = 81):
Expand Down

0 comments on commit b1b7c53

Please sign in to comment.