diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-02-04 15:12:22 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-02-04 15:12:22 +0100 |
commit | 93a2355c55ec4a51541faf84a194351e0a5425f3 (patch) | |
tree | e41654f5dae66488784d44b346afef95d036c9fb /nfsn_auth.pl | |
parent | 16bd313334f2cf8fd94ed64222e9da36fa6e3fa9 (diff) | |
download | nfsn_authncleanup_hooks-93a2355c55ec4a51541faf84a194351e0a5425f3.tar.gz nfsn_authncleanup_hooks-93a2355c55ec4a51541faf84a194351e0a5425f3.zip |
Add semicolon at end of nfsn_auth.pl
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; |