Browse Source

Change obnam message

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

+ 1
- 1
install-freedombone.sh View File

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