Use tabulations instead of white spaces
This commit is contained in:
parent
764990e01f
commit
0e3674ee12
|
@ -23,4 +23,5 @@ done
|
||||||
# Link the LTS distribution name to lts
|
# Link the LTS distribution name to lts
|
||||||
unlink ${TFTP_ROOT}/installer/ubuntu/lts
|
unlink ${TFTP_ROOT}/installer/ubuntu/lts
|
||||||
ln -s ${LTS} ${TFTP_ROOT}/installer/ubuntu/lts
|
ln -s ${LTS} ${TFTP_ROOT}/installer/ubuntu/lts
|
||||||
###########################
|
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue