No remote backups for the mesh variant

This commit is contained in:
Bob Mottram 2015-07-19 15:06:00 +01:00
parent 04ba4cb690
commit e3530bd503
1 changed files with 3 additions and 0 deletions

View File

@ -443,6 +443,9 @@ function show_help {
function interactive_configuration_remote_backups {
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
return
fi
if [ ! -f /usr/local/bin/freedombone-remote ]; then
if [ ! -f /usr/bin/freedombone-remote ]; then
echo 'The command freedombone-remote was not found'