7 lines
351 B
Text
7 lines
351 B
Text
|
#!/bin/sh
|
||
|
echo -e "\n+----------------------------------------------------------------+"
|
||
|
echo -e "\n The CryptoNAS has started."
|
||
|
echo -e "\n You can access it now via a web browser at: http://192.168.0.23"
|
||
|
echo -e "\n Visit cryptonas.org for help and more information."
|
||
|
echo -e "\n+----------------------------------------------------------------+\n"
|