matrixbridge/synapse-auth-module/deploy.sh
2022-01-14 01:18:47 +01:00

5 lines
140 B
Bash
Executable File

#!/bin/bash
scp ./ppfun_auth.py root@pixelplanet:/etc/matrix-synapse/ppfun_auth.py
ssh root@pixelplanet 'systemctl restart matrix-synapse'