13 lines
322 B
Bash
Executable file
13 lines
322 B
Bash
Executable file
#/bin/bash
|
|
|
|
REPEATER_NUMBER=250304
|
|
REPEATER_ADDRESS=172.33.20.136
|
|
SERVER_ADDRESS=aesyle.dstar.su
|
|
SERVER_PASSWORD=passw0rd
|
|
|
|
./cronosagent \
|
|
--trap-port 8162 \
|
|
--repeater-number ${REPEATER_NUMBER} \
|
|
--repeater-address ${REPEATER_ADDRESS} \
|
|
--server-password ${SERVER_PASSWORD} \
|
|
--server-address ${SERVER_ADDRESS}
|