Change obnam message
This commit is contained in:
parent
c598246aab
commit
0cc04a89e4
|
@ -3290,7 +3290,7 @@ function create_restore_script {
|
||||||
apt-get -y --force-yes install obnam bcrypt
|
apt-get -y --force-yes install obnam bcrypt
|
||||||
|
|
||||||
if [ ! -f /usr/bin/obnam ]; then
|
if [ ! -f /usr/bin/obnam ]; then
|
||||||
echo 'obnam may not have installed correctly. Check your internet connection, /etc/network/interfaces and /etc/resolv.conf'
|
echo "ERROR: obnam may not have installed correctly. $CHECK_MESSAGE"
|
||||||
exit 47
|
exit 47
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue