Browse Source

Remove comments

Bob Mottram 7 years ago
parent
commit
06e4db6145
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      src/freedombone-restore-local
  2. 0
    1
      src/freedombone-restore-remote

+ 0
- 1
src/freedombone-restore-local View File

118
         fi
118
         fi
119
     fi
119
     fi
120
 
120
 
121
-    # this restores *.cfg and COMPLETION_FILE
122
     if [ -d $USB_MOUNT/backup/blocklist ]; then
121
     if [ -d $USB_MOUNT/backup/blocklist ]; then
123
         echo $"Restoring blocklist"
122
         echo $"Restoring blocklist"
124
         temp_restore_dir=/root/tempblocklist
123
         temp_restore_dir=/root/tempblocklist

+ 0
- 1
src/freedombone-restore-remote View File

109
         fi
109
         fi
110
     fi
110
     fi
111
 
111
 
112
-    # this restores *.cfg and COMPLETION_FILE
113
     if [ -d $USB_MOUNT/backup/blocklist ]; then
112
     if [ -d $USB_MOUNT/backup/blocklist ]; then
114
         echo $"Restoring blocklist"
113
         echo $"Restoring blocklist"
115
         temp_restore_dir=/root/tempblocklist
114
         temp_restore_dir=/root/tempblocklist