소스 검색

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