6 lines
351 B
Bash
Executable file
6 lines
351 B
Bash
Executable file
#!/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"
|