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

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