diff options
Diffstat (limited to 'nfsn_auth.pl')
-rwxr-xr-x | nfsn_auth.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsn_auth.pl b/nfsn_auth.pl index 61ee1fb..6a4a282 100755 --- a/nfsn_auth.pl +++ b/nfsn_auth.pl @@ -46,4 +46,4 @@ if ( $nfsn_err =~ /^([\w0-9])$/ ){ else{ print "\nThe DNS records have been updated.\n"; } -sleep 15 +sleep 15; |