Browse Source

Clear screen after setting ddns

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

+ 1
- 0
src/freedombone-ddns View File

@@ -194,5 +194,6 @@ fi
194 194
 
195 195
 read_configuration_values
196 196
 choose_dynamic_dns
197
+clear
197 198
 
198 199
 exit 0