Fixed port in matrixsignal.sh

This commit is contained in:
root 2024-02-28 16:14:32 +00:00
parent f32a01312e
commit 65b1f50839

View File

@ -81,7 +81,7 @@ echo -ne "done."
} }
start_matrixsignal() { start_matrixsignal() {
# Start service with command to make sure it's up before proceeding # Start service with command to make sure it's up before proceeding
start_service "matrixsignal" "nc -z 172.99.0.81 29335 &> /dev/null" "7" start_service "matrixsignal" "nc -z 172.99.0.81 29328 &> /dev/null" "7"
kill -9 $SPINPID &> /dev/null kill -9 $SPINPID &> /dev/null
echo -ne "done." echo -ne "done."