Browse Source

Don't need to clear because nothing shown

Bob Mottram 6 years ago
parent
commit
a99c7200af
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/freedombone-ddns

+ 0
- 1
src/freedombone-ddns View File

236
 read_configuration_values
236
 read_configuration_values
237
 
237
 
238
 if [[ "$ONION_ONLY" != 'no' ]]; then
238
 if [[ "$ONION_ONLY" != 'no' ]]; then
239
-    clear
240
     exit 0
239
     exit 0
241
 fi
240
 fi
242
 
241