2008-06-09 02:23:17 +02:00
|
|
|
#!/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"
|
2010-06-21 10:10:26 +02:00
|
|
|
echo -e "\n Or try: http://cryptonas.local"
|
2008-06-09 02:23:17 +02:00
|
|
|
echo -e "\n Visit cryptonas.org for help and more information."
|
|
|
|
echo -e "\n+----------------------------------------------------------------+\n"
|