瀏覽代碼

Post-install message

Bob Mottram 10 年之前
父節點
當前提交
0398831b9a
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      install-freedombone.sh

+ 4
- 0
install-freedombone.sh 查看文件

@@ -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