Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-02-01 07:01:04 +0300
committerGitHub <noreply@github.com>2017-02-01 07:01:04 +0300
commit8d27a672103ffd86a20c42e8f75eb4f6bb095cea (patch)
tree5321bc98129bf5c834a2d9e438a41e201b1c8c75 /static/nextcloud.sh
parent304f2661f08b409e67bf74fc8df8d6d0f09e09da (diff)
Fix failing EOF
Diffstat (limited to 'static/nextcloud.sh')
-rw-r--r--static/nextcloud.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/nextcloud.sh b/static/nextcloud.sh
index 6590343a..71fefd28 100644
--- a/static/nextcloud.sh
+++ b/static/nextcloud.sh
@@ -7,7 +7,7 @@ figlet -f small Nextcloud
echo " https://www.nextcloud.com"
echo
echo
-echo "Hostname: $(hostname -s)
+echo "Hostname: $(hostname -s)"
echo "WAN IPv4: $WANIP4"
echo "WAN IPv6: $WANIP6"
echo "LAN IPv4: $ADDRESS"