Skip to content

Commit f5e3418

Browse files
author
staticsafe
committed
use double quotes
1 parent b5ce23a commit f5e3418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ircd-copyssl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
notify:
1212
- rehash ircds
1313
loop:
14-
- { src: '/etc/ssl/localcerts/namecheap/entropynet.net-2019/irc.entropynet.net.crt', dest: '/home/ircd/ssl/entropynet/namecheap/irc.entropynet.net.crt' }
15-
- { src: '/etc/ssl/localcerts/namecheap/entropynet.net-2019/irc.entropynet.net.key', dest: '/home/ircd/ssl/entropynet/namecheap/irc.entropynet.net.key' }
14+
- { src: "/etc/ssl/localcerts/namecheap/entropynet.net-2019/irc.entropynet.net.crt", dest: "/home/ircd/ssl/entropynet/namecheap/irc.entropynet.net.crt" }
15+
- { src: "/etc/ssl/localcerts/namecheap/entropynet.net-2019/irc.entropynet.net.key", dest: "/home/ircd/ssl/entropynet/namecheap/irc.entropynet.net.key" }
1616
handlers:
1717
- name: rehash ircds
1818
shell: pkill -HUP -F ~/ircd/etc/ircd.pid

0 commit comments

Comments
 (0)