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