mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-14 06:10:32 +08:00
Agent welcome message
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user