matrixbridge/synapse-auth-module/deploy.sh

5 lines
140 B
Bash
Raw Normal View History

2022-01-13 10:55:02 +00:00
#!/bin/bash
scp ./ppfun-auth.py root@pixelplanet:/etc/matrix-synapse/testmodule.py
ssh root@pixelplanet 'systemctl restart matrix-synapse'