Przeglądaj źródła

Change obnam message

Bob Mottram 11 lat temu
rodzic
commit
0cc04a89e4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Wyświetl plik

3290
   apt-get -y --force-yes install obnam bcrypt
3290
   apt-get -y --force-yes install obnam bcrypt
3291
 
3291
 
3292
   if [ ! -f /usr/bin/obnam ]; then
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
       exit 47
3294
       exit 47
3295
   fi
3295
   fi
3296
 
3296