Agent welcome message
This commit is contained in:
parent
3eebb27105
commit
d044a5dcc0
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ else
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "" > /dev/ttyS0
|
echo "-------------------------------------------" > /dev/ttyS0
|
||||||
echo "You can now login to DSM at http://localhost:5000/" > /dev/ttyS0
|
echo " You can now login to DSM at port 5000" > /dev/ttyS0
|
||||||
echo "" > /dev/ttyS0
|
echo "-------------------------------------------" > /dev/ttyS0
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue