Added machine.secret depth

This commit is contained in:
xdrm-brackets 2017-01-28 11:52:34 +01:00
parent fe98aba616
commit d6d7cfc6c8
1 changed files with 6 additions and 6 deletions

View File

@ -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 #