Forgot /home/sats/satsd/install-source
This commit is contained in:
parent
a00a650c4d
commit
079e755410
|
@ -318,7 +318,8 @@ step9(){
|
||||||
|
|
||||||
# (3) Set up SATS botting script #
|
# (3) Set up SATS botting script #
|
||||||
echo " (.) Set up SATS booting script";
|
echo " (.) Set up SATS booting script";
|
||||||
cat ./utility/sats-loop | sudo tee /mnt/home/sats/satsd/sats-loop > /dev/null;
|
cat ./utility/sats-loop | sudo tee /mnt/home/sats/satsd/sats-loop > /dev/null;
|
||||||
|
cat ./utility/install-source | sudo tee /mnt/home/sats/satsd/install-source > /dev/null;
|
||||||
|
|
||||||
# (4) Set up service unit #
|
# (4) Set up service unit #
|
||||||
echo " (.) Set up service unit (sats-loop.service)";
|
echo " (.) Set up service unit (sats-loop.service)";
|
||||||
|
|
Loading…
Reference in New Issue