summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-27 16:52:55 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-27 16:52:55 +0000
commit365ecb5aeb125989893ba6e1e472e4f2951b3a77 (patch)
tree76becfac2ced515869bca748e982b690e43d4d81
parentbf9d0ba17a8d8248c708ed72a9dcef7b9804a5f6 (diff)
downloadgenivi-initial-setup-365ecb5aeb125989893ba6e1e472e4f2951b3a77.tar.gz
Make it obvious that the setup script finished without errors
-rwxr-xr-xsetup1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup b/setup
index b15a93d..1912fb4 100755
--- a/setup
+++ b/setup
@@ -59,3 +59,4 @@ EOF
rm $HOME/.morph.conf
ln -s /src/morph.conf $HOME/.morph.conf
+echo "Initial setup complete."