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
2022-01-14 00:18:47 +00:00
scp ./ppfun_auth.py root@pixelplanet:/etc/matrix-synapse/ppfun_auth.py
2022-01-13 10:55:02 +00:00
ssh root@pixelplanet 'systemctl restart matrix-synapse'