소스 검색

Change obnam message

Bob Mottram 11 년 전
부모
커밋
0cc04a89e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 파일 보기

@@ -3290,7 +3290,7 @@ function create_restore_script {
3290 3290
   apt-get -y --force-yes install obnam bcrypt
3291 3291
 
3292 3292
   if [ ! -f /usr/bin/obnam ]; then
3293
-      echo 'obnam may not have installed correctly. Check your internet connection, /etc/network/interfaces and /etc/resolv.conf'
3293
+      echo "ERROR: obnam may not have installed correctly. $CHECK_MESSAGE"
3294 3294
       exit 47
3295 3295
   fi
3296 3296