Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
filiparag committed Jan 31, 2023
1 parent 06a7e9c commit bbb3659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hetzner_ddns.1.man
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manual for hetzner_ddns.
.TH "hetzner_ddns" 1 "8 June 2021" "hetzner_ddns 0.2.2" "Hetzner DDNS Manual"
.TH "hetzner_ddns" 1 "31 January 2023" "hetzner_ddns 0.2.3" "Hetzner DDNS Manual"
.SH NAME
.B hetzner_ddns
\- Hetzner Dynamic DNS Daemon
Expand Down
3 changes: 1 addition & 2 deletions hetzner_ddns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

self='hetzner_ddns'

if [[ ! -z "$1" ]]
then
if ! [ -z "$1" ]; then
self="${self}.$1"
fi

Expand Down
1 change: 1 addition & 0 deletions release/RedHat/hetzner_ddns.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ make prefix=%{buildroot} install systemd
/usr/share/man/man1/%{name}.1.gz
/etc/%{name}.conf.sample
/etc/systemd/system/%{name}.service
/etc/systemd/system/%{name}@.service
%config(noreplace) /etc/%{name}.conf

0 comments on commit bbb3659

Please sign in to comment.