Added machine.secret depth
This commit is contained in:
parent
fe98aba616
commit
d6d7cfc6c8
|
@ -316,7 +316,7 @@ step9(){
|
|||
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 "" | 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 #
|
||||
|
|
Loading…
Reference in New Issue