Added machine.secret depth
This commit is contained in:
parent
fe98aba616
commit
d6d7cfc6c8
12
clone/clone
12
clone/clone
|
@ -311,12 +311,12 @@ step9(){
|
||||||
|
|
||||||
# (2) Create default configuration files #
|
# (2) Create default configuration files #
|
||||||
echo " (.) Create default configuration/log files";
|
echo " (.) Create default configuration/log files";
|
||||||
echo $MACHINE_STATE | sudo tee /mnt/home/sats/satsd/conf/machine.state > /dev/null;
|
echo $MACHINE_STATE | sudo tee /mnt/home/sats/satsd/conf/machine.state > /dev/null;
|
||||||
echo $API_URL | sudo tee /mnt/home/sats/satsd/conf/api.url > /dev/null;
|
echo $API_URL | sudo tee /mnt/home/sats/satsd/conf/api.url > /dev/null;
|
||||||
echo $MACHINE_BRANCH | sudo tee /mnt/home/sats/satsd/conf/machine.branch > /dev/null;
|
echo $MACHINE_BRANCH | sudo tee /mnt/home/sats/satsd/conf/machine.branch > /dev/null;
|
||||||
echo $MACHINE_ID | sudo tee /mnt/home/sats/satsd/conf/machine.id > /dev/null;
|
echo $MACHINE_ID | sudo tee /mnt/home/sats/satsd/conf/machine.id > /dev/null;
|
||||||
echo "" | sudo tee /mnt/home/sats/satsd/conf/auth.list > /dev/null;
|
echo "" | sudo tee /mnt/home/sats/satsd/conf/auth.list > /dev/null;
|
||||||
echo $MACHINE_SECRET | sudo tee /mnt/home/sats/satsd/conf/machine.secret > /dev/null;
|
echo "$MACHINE_SECRET:500" | sudo tee /mnt/home/sats/satsd/conf/machine.secret > /dev/null;
|
||||||
|
|
||||||
|
|
||||||
# (3) Set up SATS botting script #
|
# (3) Set up SATS botting script #
|
||||||
|
|
Loading…
Reference in New Issue