Browse Source

Post-install message

Bob Mottram 10 years ago
parent
commit
0398831b9a
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      install-freedombone.sh

+ 4
- 0
install-freedombone.sh View File

@@ -2190,6 +2190,10 @@ function install_final {
2190 2190
   echo ''
2191 2191
   echo '  *** Freedombone installation is complete. Rebooting... ***'
2192 2192
   echo ''
2193
+  if [ -f "/home/$MY_USERNAME/README" ]; then
2194
+	  echo "See /home/$MY_USERNAME/README for post-installation instructions."
2195
+	  echo ''
2196
+  fi
2193 2197
   reboot
2194 2198
 }
2195 2199