Browse Source

No remote backups for the mesh variant

Bob Mottram 10 years ago
parent
commit
e3530bd503
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone View File

443
 
443
 
444
 
444
 
445
 function interactive_configuration_remote_backups {
445
 function interactive_configuration_remote_backups {
446
+  if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
447
+      return
448
+  fi
446
   if [ ! -f /usr/local/bin/freedombone-remote ]; then
449
   if [ ! -f /usr/local/bin/freedombone-remote ]; then
447
       if [ ! -f /usr/bin/freedombone-remote ]; then
450
       if [ ! -f /usr/bin/freedombone-remote ]; then
448
           echo 'The command freedombone-remote was not found'
451
           echo 'The command freedombone-remote was not found'