소스 검색

No remote backups for the mesh variant

Bob Mottram 10 년 전
부모
커밋
e3530bd503
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone 파일 보기

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